Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ah/pack-objects-usage-strings'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 1 Sep 2015 23:31:12 +0000
(16:31 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 1 Sep 2015 23:31:12 +0000
(16:31 -0700)
Usage string fix.
* ah/pack-objects-usage-strings:
pack-objects: place angle brackets around placeholders in usage strings
builtin/pack-objects.c
patch
|
blob
|
history
raw
(from parent 1:
49c15c0
)
diff --git
a/builtin/pack-objects.c
b/builtin/pack-objects.c
index 62cc16ddc24320273bba4732c4402e8f6221ab95..1c63f8f28c7d925ee5647f190d236e64fc6e05a2 100644
(file)
--- a/
builtin/pack-objects.c
+++ b/
builtin/pack-objects.c
@@
-25,8
+25,8
@@
#include "argv-array.h"
static const char *pack_usage[] = {
- N_("git pack-objects --stdout [
options...] [< ref-list | < object-list
]"),
- N_("git pack-objects [
options...] base-name [< ref-list | < object-list
]"),
+ N_("git pack-objects --stdout [
<options>...] [< <ref-list> | < <object-list>
]"),
+ N_("git pack-objects [
<options>...] <base-name> [< <ref-list> | < <object-list>
]"),
NULL
};