diff options
Diffstat (limited to 'builtin/commit-tree.c')
-rw-r--r-- | builtin/commit-tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/commit-tree.c b/builtin/commit-tree.c index e4b85d29d5..cc8d584be2 100644 --- a/builtin/commit-tree.c +++ b/builtin/commit-tree.c @@ -15,6 +15,7 @@ #include "parse-options.h" static const char * const commit_tree_usage[] = { + N_("git commit-tree <tree> [(-p <parent>)...]"), N_("git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...]\n" " [(-F <file>)...] <tree>"), NULL |