[llvm] dc5c1fa - [docs] Fix :option: links
Jon Roelofs via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 22 13:00:38 PDT 2020
Author: Jon Roelofs
Date: 2020-04-22T14:00:30-06:00
New Revision: dc5c1fa88279a63488173d06407dc7520206ba03
URL: https://github.com/llvm/llvm-project/commit/dc5c1fa88279a63488173d06407dc7520206ba03
DIFF: https://github.com/llvm/llvm-project/commit/dc5c1fa88279a63488173d06407dc7520206ba03.diff
LOG: [docs] Fix :option: links
Added:
Modified:
llvm/docs/CommandGuide/lit.rst
Removed:
################################################################################
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst
index 86f1fdae3b6a..ce3c43b19aac 100644
--- a/llvm/docs/CommandGuide/lit.rst
+++ b/llvm/docs/CommandGuide/lit.rst
@@ -165,7 +165,7 @@ SELECTION OPTIONS
.. option:: --max-time=N
Spend at most ``N`` seconds (approximately) running tests and then terminate.
- Note that this is not an alias for :option:``--timeout=N``; the two are
+ Note that this is not an alias for :option:``--timeout``; the two are
diff erent kinds of maximums.
.. option:: --num-shards=M
@@ -193,7 +193,7 @@ SELECTION OPTIONS
Spend at most ``N`` seconds (approximately) running each individual test.
``0`` means no time limit, and ``0`` is the default. Note that this is not an
- alias for :option:``--max-time=N``; the two are
diff erent kinds of maximums.
+ alias for :option:``--max-time``; the two are
diff erent kinds of maximums.
.. option:: --filter=REGEXP
More information about the llvm-commits
mailing list