[llvm] 8cd117c - [LIT] Correcting max-failures option in lit documentation.
    Mike Edwards via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Jun 27 14:57:32 PDT 2020
    
    
  
Author: Mike Edwards
Date: 2020-06-27T14:57:04-07:00
New Revision: 8cd117c24f48428e01f88cf18480e5af7eb20c0c
URL: https://github.com/llvm/llvm-project/commit/8cd117c24f48428e01f88cf18480e5af7eb20c0c
DIFF: https://github.com/llvm/llvm-project/commit/8cd117c24f48428e01f88cf18480e5af7eb20c0c.diff
LOG: [LIT] Correcting max-failures option in lit documentation.
Added: 
    
Modified: 
    llvm/docs/CommandGuide/lit.rst
Removed: 
    
################################################################################
diff  --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst
index dfc079e9974c..d29d293f32d8 100644
--- a/llvm/docs/CommandGuide/lit.rst
+++ b/llvm/docs/CommandGuide/lit.rst
@@ -158,11 +158,10 @@ EXECUTION OPTIONS
 SELECTION OPTIONS
 -----------------
 
-.. option:: --max-failures MAX_FAILURES
+.. option:: --max-failures N
 
- Stop execution after the given number of failures.
- An integer argument may be passed on the command line
- or the environment vairable MAX_FAILURES may be set
+ Stop execution after the given number ``N`` of failures.
+ An integer argument should be passed on the command line
  prior to execution.
 
 .. option:: --max-tests=N
        
    
    
More information about the llvm-commits
mailing list