OSDN Git Service

[docs] Fix :option: links
authorJon Roelofs <jroelofs@jroelofs.com>
Wed, 22 Apr 2020 19:59:57 +0000 (13:59 -0600)
committerJon Roelofs <jroelofs@jroelofs.com>
Wed, 22 Apr 2020 20:00:30 +0000 (14:00 -0600)
llvm/docs/CommandGuide/lit.rst

index 86f1fda..ce3c43b 100644 (file)
@@ -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