[docs] Fix :option: links
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst
index ce3c43b..4fad853 100644
--- a/llvm/docs/CommandGuide/lit.rst
+++ b/llvm/docs/CommandGuide/lit.rst
@@ -165,7 +165,7 @@
 .. 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``; 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 @@
 
  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``; the two are different kinds of maximums.
+ alias for :option:`--max-time`; the two are different kinds of maximums.
 
 .. option:: --filter=REGEXP