]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/stripspace.c
Merge branch 'gc/branch-recurse-submodules-fix'
[thirdparty/git.git] / builtin / stripspace.c
index be33eb83c1b72664dffc17ddffd09f79b57a2887..1e34cf2bebdf5160f0236c1d41a080de5d1744e0 100644 (file)
@@ -15,8 +15,8 @@ static void comment_lines(struct strbuf *buf)
 }
 
 static const char * const stripspace_usage[] = {
-       N_("git stripspace [-s | --strip-comments]"),
-       N_("git stripspace [-c | --comment-lines]"),
+       "git stripspace [-s | --strip-comments]",
+       "git stripspace [-c | --comment-lines]",
        NULL
 };