summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorStephen Lin <stephenwlin@gmail.com>2013-07-14 18:12:25 +0000
committerStephen Lin <stephenwlin@gmail.com>2013-07-14 18:12:25 +0000
commita6e877fab43c14b16c88ab0218d2460568b69304 (patch)
tree57f626cb1f23f07db104e4dec54850c5716b4c83 /llvm/docs/CommandGuide
parent298a7646f36d83c3fdd8fc737e558eea76462732 (diff)
downloadbcm5719-llvm-a6e877fab43c14b16c88ab0218d2460568b69304.tar.gz
bcm5719-llvm-a6e877fab43c14b16c88ab0218d2460568b69304.zip
Correct inaccurate statement in FileCheck docs.
llvm-svn: 186290
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/FileCheck.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst
index 9d7f63cea91..e2d45601dc0 100644
--- a/llvm/docs/CommandGuide/FileCheck.rst
+++ b/llvm/docs/CommandGuide/FileCheck.rst
@@ -18,7 +18,8 @@ using :program:`grep`, but it is optimized for matching multiple different
inputs in one file in a specific order.
The ``match-filename`` file specifies the file that contains the patterns to
-match. The file to verify is always read from standard input.
+match. The file to verify is read from standard input unless the
+:option:`--input-file` option is used.
OPTIONS
-------
OpenPOWER on IntegriCloud