From: Junio C Hamano Date: Thu, 3 Dec 2009 21:52:31 +0000 (-0800) Subject: Merge branch 'th/maint-remote-update-help-string' into maint X-Git-Tag: v1.6.5.5~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d718c19bc686a15ed69cd7631e50613dd4901e03;p=thirdparty%2Fgit.git Merge branch 'th/maint-remote-update-help-string' into maint * th/maint-remote-update-help-string: Update 'git remote update' usage string to match man page. --- d718c19bc686a15ed69cd7631e50613dd4901e03 diff --cc builtin-remote.c index 4f4cba4976,c4edb86530..67761d5ab3 --- a/builtin-remote.c +++ b/builtin-remote.c @@@ -12,10 -12,10 +12,10 @@@ static const char * const builtin_remot "git remote add [-t ] [-m ] [-f] [--mirror] ", "git remote rename ", "git remote rm ", - "git remote set-head [-a | -d | ]", - "git remote show [-n] ", + "git remote set-head (-a | -d | )", + "git remote [-v | --verbose] 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 };