Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
pull: enclose <options> in brackets in the usage string
author
Alex Henrie
<alexhenrie24@gmail.com>
Fri, 16 Oct 2015 02:22:13 +0000
(20:22 -0600)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 16 Oct 2015 16:38:32 +0000
(09:38 -0700)
All the other placeholders are already shown that way.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pull.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
b744767
)
diff --git
a/builtin/pull.c
b/builtin/pull.c
index 722a83c51b1a0ad8ab4ec20ca3c920355ee9075a..4f14a69884871cda46b5c753a246fff9c87538b5 100644
(file)
--- a/
builtin/pull.c
+++ b/
builtin/pull.c
@@
-65,7
+65,7
@@
static int parse_opt_rebase(const struct option *opt, const char *arg, int unset
}
static const char * const pull_usage[] = {
- N_("git pull [
options
] [<repository> [<refspec>...]]"),
+ N_("git pull [
<options>
] [<repository> [<refspec>...]]"),
NULL
};