Skip to content

Commit

Permalink
Correct inaccurate statement in FileCheck docs.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186290 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
stephenwlin committed Jul 14, 2013
1 parent a77f816 commit eeea96d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/CommandGuide/FileCheck.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down

0 comments on commit eeea96d

Please sign in to comment.