Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ts/checkout-advice-plural'
[gitweb.git]
/
builtin
/
repack.c
diff --git
a/builtin/repack.c
b/builtin/repack.c
index 2fe1b30d716958b451a5486dcedfb811062f786f..f2edeb0f4ca2b81246ee37d7ca5f53f58161ad6f 100644
(file)
--- a/
builtin/repack.c
+++ b/
builtin/repack.c
@@
-14,7
+14,7
@@
static int write_bitmaps;
static char *packdir, *packtmp;
static const char *const git_repack_usage[] = {
- N_("git repack [
options
]"),
+ N_("git repack [
<options>
]"),
NULL
};