aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit-tree.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-26 15:55:17 -0700
committerJunio C Hamano <gitster@pobox.com>2015-10-26 15:55:17 -0700
commit97a9e546a27c98512fef39cd457a4da6dbb5063a (patch)
tree55207e0a032260173dda66b3ef154d452a979c49 /builtin/commit-tree.c
parenta46dcfb8403191ce042ad123a3314a174fa9ca4c (diff)
parent33e8fc87407505c3a96792fc47189d57b97b34c3 (diff)
downloadgit-97a9e546a27c98512fef39cd457a4da6dbb5063a.tar.gz
Merge branch 'jc/usage-stdin'
The synopsis text and the usage string of subcommands that read list of things from the standard input are often shown as if they only take input from a file on a filesystem, which was misleading. * jc/usage-stdin: usage: do not insist that standard input must come from a file
Diffstat (limited to 'builtin/commit-tree.c')
-rw-r--r--builtin/commit-tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/commit-tree.c b/builtin/commit-tree.c
index 25aa2cdef3..8747c0f2fb 100644
--- a/builtin/commit-tree.c
+++ b/builtin/commit-tree.c
@@ -10,7 +10,7 @@
#include "utf8.h"
#include "gpg-interface.h"
-static const char commit_tree_usage[] = "git commit-tree [(-p <sha1>)...] [-S[<keyid>]] [-m <message>] [-F <file>] <sha1> <changelog";
+static const char commit_tree_usage[] = "git commit-tree [(-p <sha1>)...] [-S[<keyid>]] [-m <message>] [-F <file>] <sha1>";
static const char *sign_commit;