Skip to content

Commit 997c2a4

Browse files
thenigangitster
authored andcommitted
Update 'git remote update' usage string to match man page.
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 78d553b commit 997c2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin-remote.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ static const char * const builtin_remote_usage[] = {
1515
"git remote set-head <name> [-a | -d | <branch>]",
1616
"git remote show [-n] <name>",
1717
"git remote prune [-n | --dry-run] <name>",
18-
"git remote [-v | --verbose] update [-p | --prune] [group]",
18+
"git remote [-v | --verbose] update [-p | --prune] [group | remote]",
1919
NULL
2020
};
2121

0 commit comments

Comments
 (0)