grep: fix grepping for "intent to add" files
[gitweb.git] / builtin / repack.c
index 2fe1b30d716958b451a5486dcedfb811062f786f..f2edeb0f4ca2b81246ee37d7ca5f53f58161ad6f 100644 (file)
@@ -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
 };