Skip to content

Commit 8cd117c

Browse files
author
Mike Edwards
committed
[LIT] Correcting max-failures option in lit documentation.
1 parent 85b5359 commit 8cd117c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

llvm/docs/CommandGuide/lit.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,10 @@ EXECUTION OPTIONS
158158
SELECTION OPTIONS
159159
-----------------
160160

161-
.. option:: --max-failures MAX_FAILURES
161+
.. option:: --max-failures N
162162

163-
Stop execution after the given number of failures.
164-
An integer argument may be passed on the command line
165-
or the environment vairable MAX_FAILURES may be set
163+
Stop execution after the given number ``N`` of failures.
164+
An integer argument should be passed on the command line
166165
prior to execution.
167166

168167
.. option:: --max-tests=N

0 commit comments

Comments
 (0)