summaryrefslogtreecommitdiff
path: root/Documentation/git-cat-file.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2015-10-26 15:55:17 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2015-10-26 15:55:17 -0700
commit97a9e546a27c98512fef39cd457a4da6dbb5063a (patch)
tree55207e0a032260173dda66b3ef154d452a979c49 /Documentation/git-cat-file.txt
parentMerge branch 'mr/worktree-list' (diff)
parentusage: do not insist that standard input must come from a file (diff)
downloadtgif-97a9e546a27c98512fef39cd457a4da6dbb5063a.tar.xz
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 'Documentation/git-cat-file.txt')
-rw-r--r--Documentation/git-cat-file.txt2
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
-----------