summaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2017-02-09 23:03:22 +0000
committerMatthias Braun <matze@braunis.de>2017-02-09 23:03:22 +0000
commit9e6fc42f4f6fb4115a9c6dd320c2468f96121138 (patch)
treecb45566757de01dfabbabadeb2ebc36f917c6519 /docs/CommandGuide
parent65b9667f0a82ecdca961784a11e4649e9249ed5b (diff)
lit.rst: Fix sphinx complaint about multiple option definitions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294646 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r--docs/CommandGuide/lit.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/lit.rst b/docs/CommandGuide/lit.rst
index 85a9268a11fe..b8299d44d48e 100644
--- a/docs/CommandGuide/lit.rst
+++ b/docs/CommandGuide/lit.rst
@@ -56,7 +56,7 @@ GENERAL OPTIONS
Search for :file:`{NAME}.cfg` and :file:`{NAME}.site.cfg` when searching for
test suites, instead of :file:`lit.cfg` and :file:`lit.site.cfg`.
-.. option:: -D NAME, -D NAME=VALUE, --param NAME, --param NAME=VALUE
+.. option:: -D NAME[=VALUE], --param NAME[=VALUE]
Add a user defined parameter ``NAME`` with the given ``VALUE`` (or the empty
string if not given). The meaning and use of these parameters is test suite