Skip to content

Commit 42bf075

Browse files
committed
[docs] Fix :option: links
1 parent 969e7ed commit 42bf075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/docs/CommandGuide/lit.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ SELECTION OPTIONS
165165
.. option:: --max-time=N
166166

167167
Spend at most ``N`` seconds (approximately) running tests and then terminate.
168-
Note that this is not an alias for :option:``--timeout``; the two are
168+
Note that this is not an alias for :option:`--timeout`; the two are
169169
different kinds of maximums.
170170

171171
.. option:: --num-shards=M
@@ -193,7 +193,7 @@ SELECTION OPTIONS
193193

194194
Spend at most ``N`` seconds (approximately) running each individual test.
195195
``0`` means no time limit, and ``0`` is the default. Note that this is not an
196-
alias for :option:``--max-time``; the two are different kinds of maximums.
196+
alias for :option:`--max-time`; the two are different kinds of maximums.
197197

198198
.. option:: --filter=REGEXP
199199

0 commit comments

Comments
 (0)