]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/commit-tree.c
doc txt & -h consistency: word-wrap
[thirdparty/git.git] / builtin / commit-tree.c
index 63ea3229333c8766d51c34be9aec3f4d1bab3cd9..e4b85d29d56bd6426710f1404e648ddfc6418b25 100644 (file)
@@ -15,8 +15,8 @@
 #include "parse-options.h"
 
 static const char * const commit_tree_usage[] = {
-       N_("git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] "
-               "[(-F <file>)...] <tree>"),
+       N_("git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...]\n"
+          "                [(-F <file>)...] <tree>"),
        NULL
 };