Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
pack-objects: place angle brackets around placeholders in usage strings
author
Alex Henrie
<alexhenrie24@gmail.com>
Thu, 27 Aug 2015 04:26:36 +0000
(22:26 -0600)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 28 Aug 2015 18:59:10 +0000
(11:59 -0700)
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/pack-objects.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
4c68812
)
diff --git
a/builtin/pack-objects.c
b/builtin/pack-objects.c
index 5e140640947cd9c38da00a01d8db9f036e8babd7..06884c2a5722c0d159c6857b0788e8dcbb167799 100644
(file)
--- a/
builtin/pack-objects.c
+++ b/
builtin/pack-objects.c
@@
-20,8
+20,8
@@
#include "thread-utils.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
};