diff options
author | Eli Bendersky <eliben@google.com> | 2012-11-07 01:41:30 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2012-11-07 01:41:30 +0000 |
commit | c78bb707a5e47a99c51ae505bdbfc45db8e459d9 (patch) | |
tree | 77b7a66f9c04c127e5af793db9460316c9a71136 /docs/CommandGuide | |
parent | 6aa6e5a2852ad5c83cef5eb52f62f9267e3511ea (diff) |
Document the -input-file option of FileCheck
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167517 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/FileCheck.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CommandGuide/FileCheck.rst b/docs/CommandGuide/FileCheck.rst index 51a9bf6293..6fdc175c86 100644 --- a/docs/CommandGuide/FileCheck.rst +++ b/docs/CommandGuide/FileCheck.rst @@ -45,6 +45,11 @@ OPTIONS +**--input-file** *filename* + + File to check (defaults to stdin). + + **--strict-whitespace** By default, FileCheck canonicalizes input horizontal whitespace (spaces and |