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
/
pack-refs.c
diff --git
a/builtin/pack-refs.c
b/builtin/pack-refs.c
index b5a0f88eb8c5641b41bfe95bd342fb180e7fadad..39f9a55d16736d93b43e6aa16a33634039e55de4 100644
(file)
--- a/
builtin/pack-refs.c
+++ b/
builtin/pack-refs.c
@@
-1,9
+1,9
@@
#include "builtin.h"
#include "parse-options.h"
-#include "
pack-
refs.h"
+#include "refs.h"
static char const * const pack_refs_usage[] = {
- N_("git pack-refs [
options
]"),
+ N_("git pack-refs [
<options>
]"),
NULL
};