summaryrefslogtreecommitdiff
path: root/docs
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
commiteeea96d4c0c839c17d6ac90fd4730b7b119596c7 (patch)
treeb238403a319dfd47f7e26a43f1914543777f0173 /docs
parenta77f816c4c6e4c833ac9ab78e2e038dcfb861c73 (diff)
downloadllvm-eeea96d4c0c839c17d6ac90fd4730b7b119596c7.tar.gz
llvm-eeea96d4c0c839c17d6ac90fd4730b7b119596c7.tar.bz2
llvm-eeea96d4c0c839c17d6ac90fd4730b7b119596c7.tar.xz
Correct inaccurate statement in FileCheck docs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186290 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/FileCheck.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/CommandGuide/FileCheck.rst b/docs/CommandGuide/FileCheck.rst
index 9d7f63cea9..e2d45601dc 100644
--- a/docs/CommandGuide/FileCheck.rst
+++ b/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
-------