aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-12-03 13:52:31 -0800
committerJunio C Hamano <gitster@pobox.com>2009-12-03 13:52:31 -0800
commitd718c19bc686a15ed69cd7631e50613dd4901e03 (patch)
treeb1cc31976f5d81a71b7f3f4ff034f34d6a8efc52
parent3920917861e35cddb4946bd91db70510bc040361 (diff)
parent997c2a45ecf55a8f8bc6fe78a0abc319e23a62d1 (diff)
downloadgit-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.c2
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
};