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: https://git.tokkee.org/?a=commitdiff_plain;h=d718c19bc686a15ed69cd7631e50613dd4901e03;p=git.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 4f4cba497,c4edb8653..67761d5ab --- 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 };