]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/prune-packed.c
Merge branch 'gc/branch-recurse-submodules-fix'
[thirdparty/git.git] / builtin / prune-packed.c
index b7b9281a8cea2c009ef9a4487094613f032f6aba..da3273a268b47d89be86ac05780905fa9ad766d8 100644 (file)
@@ -3,7 +3,7 @@
 #include "prune-packed.h"
 
 static const char * const prune_packed_usage[] = {
-       N_("git prune-packed [-n | --dry-run] [-q | --quiet]"),
+       "git prune-packed [-n | --dry-run] [-q | --quiet]",
        NULL
 };