diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-11-23 01:41:54 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-23 01:41:54 +0100 |
commit | 0a8a38433d7631ea3e2152f890cf92c9b0968948 (patch) | |
tree | 48f2030d6a01c114267eb5019cd18b249dee4397 /builtin-remote.c | |
parent | Merge branch 'jn/faster-completion-startup' (diff) | |
parent | Update 'git remote update' usage string to match man page. (diff) | |
download | git-0a8a38433d7631ea3e2152f890cf92c9b0968948.tar.xz git-0a8a38433d7631ea3e2152f890cf92c9b0968948.zip |
Merge branch 'th/maint-remote-update-help-string'
* th/maint-remote-update-help-string:
Update 'git remote update' usage string to match man page.
Diffstat (limited to 'builtin-remote.c')
-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 c361e2ddb0..b08608ef96 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 }; |