From dc5c1fa88279a63488173d06407dc7520206ba03 Mon Sep 17 00:00:00 2001 From: Jon Roelofs Date: Wed, 22 Apr 2020 13:59:57 -0600 Subject: [PATCH] [docs] Fix :option: links --- llvm/docs/CommandGuide/lit.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst index 86f1fdae3b6ab..ce3c43b19aacb 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 different 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 different kinds of maximums. + alias for :option:``--max-time``; the two are different kinds of maximums. .. option:: --filter=REGEXP