Code

Update 'git remote update' usage string to match man page.
authorTim Henigan <tim.henigan@gmail.com>
Sun, 15 Nov 2009 19:46:25 +0000 (14:46 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 15 Nov 2009 20:24:46 +0000 (12:24 -0800)
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>
builtin-remote.c

index 0777dd719b41ec4c545b336bc5144a73d34001d7..c4edb86530873583465e69e68f3aeda7993e8a7b 100644 (file)
@@ -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
 };