Merge branch 'jk/init-core-worktree-at-root'
[gitweb.git] / builtin / pack-refs.c
index b5a0f88eb8c5641b41bfe95bd342fb180e7fadad..39f9a55d16736d93b43e6aa16a33634039e55de4 100644 (file)
@@ -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
 };