mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
Correct inaccurate statement in FileCheck docs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186290 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a77f816c4c
commit
eeea96d4c0
@ -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
|
||||
-------
|
||||
|
Loading…
Reference in New Issue
Block a user