From: Tim Henigan Date: Sun, 15 Nov 2009 19:46:25 +0000 (-0500) Subject: Update 'git remote update' usage string to match man page. X-Git-Tag: v1.6.6-rc0~3^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=997c2a45ecf55a8f8bc6fe78a0abc319e23a62d1;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/builtin-remote.c b/builtin-remote.c index 0777dd719..c4edb8653 100644 --- a/builtin-remote.c +++ b/builtin-remote.c @@ -15,7 +15,7 @@ static const char * const builtin_remote_usage[] = { "git remote set-head [-a | -d | ]", "git remote show [-n] ", "git remote prune [-n | --dry-run] ", - "git remote [-v | --verbose] update [-p | --prune] [group]", + "git remote [-v | --verbose] update [-p | --prune] [group | remote]", NULL };