diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-12-03 13:52:31 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-03 13:52:31 -0800 |
commit | d718c19bc686a15ed69cd7631e50613dd4901e03 (patch) | |
tree | b1cc31976f5d81a71b7f3f4ff034f34d6a8efc52 | |
parent | 3920917861e35cddb4946bd91db70510bc040361 (diff) | |
parent | 997c2a45ecf55a8f8bc6fe78a0abc319e23a62d1 (diff) | |
download | git-d718c19bc686a15ed69cd7631e50613dd4901e03.tar.gz git-d718c19bc686a15ed69cd7631e50613dd4901e03.tar.xz |
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.
-rw-r--r-- | builtin-remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-remote.c b/builtin-remote.c index 4f4cba497..67761d5ab 100644 --- a/builtin-remote.c +++ b/builtin-remote.c @@ -15,7 +15,7 @@ static const char * const builtin_remote_usage[] = { "git remote set-head <name> (-a | -d | <branch>)", "git remote [-v | --verbose] 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 }; |