]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/mktree.c
i18n: remove from i18n strings that do not hold translatable parts
[thirdparty/git.git] / builtin / mktree.c
index ae78ca1c02981a6d846027d7ce01484e5e3a1851..8bdaada922a2158c469c18a3128b267eafd671c5 100644 (file)
@@ -63,7 +63,7 @@ static void write_tree(struct object_id *oid)
 }
 
 static const char *mktree_usage[] = {
-       N_("git mktree [-z] [--missing] [--batch]"),
+       "git mktree [-z] [--missing] [--batch]",
        NULL
 };