mirror of
https://github.com/git/git
synced 2024-10-30 14:03:28 +00:00
Update 'git remote update' usage string to match man page.
Commit b344e161
taught 'git remote update' to understand
[group | remote] as its argument. The man page was updated
to document this change, but the usage string was not.
Signed-off-by: Tim Henigan <tim.henigan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
78d553b7d7
commit
997c2a45ec
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ static const char * const builtin_remote_usage[] = {
|
|||
"git remote set-head <name> [-a | -d | <branch>]",
|
||||
"git remote show [-n] <name>",
|
||||
"git remote prune [-n | --dry-run] <name>",
|
||||
"git remote [-v | --verbose] update [-p | --prune] [group]",
|
||||
"git remote [-v | --verbose] update [-p | --prune] [group | remote]",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue