From eeea96d4c0c839c17d6ac90fd4730b7b119596c7 Mon Sep 17 00:00:00 2001 From: Stephen Lin Date: Sun, 14 Jul 2013 18:12:25 +0000 Subject: [PATCH] Correct inaccurate statement in FileCheck docs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186290 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/FileCheck.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CommandGuide/FileCheck.rst b/docs/CommandGuide/FileCheck.rst index 9d7f63cea91..e2d45601dc0 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 -------