Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'th/maint-remote-update-help-string'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 23 Nov 2009 00:41:54 +0000
(16:41 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 23 Nov 2009 00:41:54 +0000
(16:41 -0800)
* th/maint-remote-update-help-string:
Update 'git remote update' usage string to match man page.
builtin-remote.c
patch
|
blob
|
history
raw
(from parent 1:
f81be17
)
diff --git
a/builtin-remote.c
b/builtin-remote.c
index c361e2ddb04ac146fc429021e0be39e741a8f641..b08608ef967a86ae6838bc5e5fd775697d212e0b 100644
(file)
--- 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
};