builtin-remote: fix typo in option description
Signed-off-by: Mike Ralphson <mike@abacus.co.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a162e78df0
commit
7c0282bfb9
@ -1216,7 +1216,7 @@ static int update(int argc, const char **argv)
|
|||||||
struct option options[] = {
|
struct option options[] = {
|
||||||
OPT_GROUP("update specific options"),
|
OPT_GROUP("update specific options"),
|
||||||
OPT_BOOLEAN('p', "prune", &prune,
|
OPT_BOOLEAN('p', "prune", &prune,
|
||||||
"prune remotes after fecthing"),
|
"prune remotes after fetching"),
|
||||||
OPT_END()
|
OPT_END()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user