Skip to content

Commit

Permalink
Update 'git remote update' usage string to match man page.
Browse files Browse the repository at this point in the history
Commit b344e16 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>
  • Loading branch information
Tim Henigan authored and Junio C Hamano committed Nov 15, 2009
1 parent 78d553b commit 997c2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin-remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit 997c2a4

Please sign in to comment.