diff options
author | Stephen Lin <stephenwlin@gmail.com> | 2013-07-14 18:12:25 +0000 |
---|---|---|
committer | Stephen Lin <stephenwlin@gmail.com> | 2013-07-14 18:12:25 +0000 |
commit | eeea96d4c0c839c17d6ac90fd4730b7b119596c7 (patch) | |
tree | b238403a319dfd47f7e26a43f1914543777f0173 /docs/CommandGuide | |
parent | a77f816c4c6e4c833ac9ab78e2e038dcfb861c73 (diff) | |
download | external_llvm-eeea96d4c0c839c17d6ac90fd4730b7b119596c7.zip external_llvm-eeea96d4c0c839c17d6ac90fd4730b7b119596c7.tar.gz external_llvm-eeea96d4c0c839c17d6ac90fd4730b7b119596c7.tar.bz2 |
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/CommandGuide')
-rw-r--r-- | docs/CommandGuide/FileCheck.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/CommandGuide/FileCheck.rst b/docs/CommandGuide/FileCheck.rst index 9d7f63c..e2d4560 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 ------- |