diff options
| author | Junio C Hamano <gitster@pobox.com> | 2015-10-26 15:55:17 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2015-10-26 15:55:17 -0700 |
| commit | 97a9e546a27c98512fef39cd457a4da6dbb5063a (patch) | |
| tree | 55207e0a032260173dda66b3ef154d452a979c49 /builtin/commit-tree.c | |
| parent | a46dcfb8403191ce042ad123a3314a174fa9ca4c (diff) | |
| parent | 33e8fc87407505c3a96792fc47189d57b97b34c3 (diff) | |
| download | git-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.c | 2 |
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; |
