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/get-tar-commit-id.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/get-tar-commit-id.c')
| -rw-r--r-- | builtin/get-tar-commit-id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/get-tar-commit-id.c b/builtin/get-tar-commit-id.c index 6f4147ad02..e21c5416cd 100644 --- a/builtin/get-tar-commit-id.c +++ b/builtin/get-tar-commit-id.c @@ -8,7 +8,7 @@ #include "quote.h" static const char builtin_get_tar_commit_id_usage[] = -"git get-tar-commit-id < <tarfile>"; +"git get-tar-commit-id"; /* ustar header + extended global header content */ #define RECORDSIZE (512) |
