From: Junio C Hamano Date: Mon, 23 Nov 2009 00:41:54 +0000 (-0800) Subject: Merge branch 'th/maint-remote-update-help-string' X-Git-Tag: v1.6.6-rc0~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0a8a38433d7631ea3e2152f890cf92c9b0968948;p=git.git Merge branch 'th/maint-remote-update-help-string' * th/maint-remote-update-help-string: Update 'git remote update' usage string to match man page. --- 0a8a38433d7631ea3e2152f890cf92c9b0968948 diff --cc builtin-remote.c index c361e2ddb,c4edb8653..b08608ef9 --- 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 };