diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-11-03 15:32:38 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-11-03 15:32:38 -0800 |
commit | f5f76845961f4207b3dc8c186b2356f160276e45 (patch) | |
tree | f88d6c141e2c6040b69e015e8c9d9a37bdd80111 /Documentation/git-cat-file.txt | |
parent | 14f905caf2da593a65a2be51ff4d219e5cc3de04 (diff) | |
parent | 33e8fc87407505c3a96792fc47189d57b97b34c3 (diff) | |
download | git-f5f76845961f4207b3dc8c186b2356f160276e45.tar.gz |
Merge branch 'jc/usage-stdin' into maint
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 'Documentation/git-cat-file.txt')
-rw-r--r-- | Documentation/git-cat-file.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-cat-file.txt b/Documentation/git-cat-file.txt index 3105fc0720..eb3d6945a9 100644 --- a/Documentation/git-cat-file.txt +++ b/Documentation/git-cat-file.txt @@ -10,7 +10,7 @@ SYNOPSIS -------- [verse] 'git cat-file' (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv ) <object> -'git cat-file' (--batch | --batch-check) [--follow-symlinks] < <list-of-objects> +'git cat-file' (--batch | --batch-check) [--follow-symlinks] DESCRIPTION ----------- |