aboutsummaryrefslogtreecommitdiff
path: root/builtin-remote.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-11-22 16:41:54 -0800
committerJunio C Hamano <gitster@pobox.com>2009-11-22 16:41:54 -0800
commit0a8a38433d7631ea3e2152f890cf92c9b0968948 (patch)
tree48f2030d6a01c114267eb5019cd18b249dee4397 /builtin-remote.c
parentf81be17e1c4752c71815c26f5266604c2b7756b7 (diff)
parent997c2a45ecf55a8f8bc6fe78a0abc319e23a62d1 (diff)
downloadgit-0a8a38433d7631ea3e2152f890cf92c9b0968948.tar.gz
git-0a8a38433d7631ea3e2152f890cf92c9b0968948.tar.xz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-remote.c b/builtin-remote.c
index c361e2ddb..b08608ef9 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
};