Correct inaccurate statement in FileCheck docs.

llvm-svn: 186290
This commit is contained in:
Stephen Lin 2013-07-14 18:12:25 +00:00
parent 298a7646f3
commit a6e877fab4
1 changed files with 2 additions and 1 deletions

View File

@ -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
-------