mirror of
https://github.com/git/git.git
synced 2024-11-27 20:14:30 +08:00
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[] = {
|
||||
OPT_GROUP("update specific options"),
|
||||
OPT_BOOLEAN('p', "prune", &prune,
|
||||
"prune remotes after fecthing"),
|
||||
"prune remotes after fetching"),
|
||||
OPT_END()
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user