Correct inaccurate statement in FileCheck docs.
[oota-llvm.git] / docs / CommandGuide / FileCheck.rst
index 9d7f63cea9130f601550f72375582ea2b5a7ef14..e2d45601dc0606c7220f33f1eb43224e4aa55e76 100644 (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
 -------