diff options
author | Matthias Braun <matze@braunis.de> | 2017-02-09 23:03:22 +0000 |
---|---|---|
committer | Matthias Braun <matze@braunis.de> | 2017-02-09 23:03:22 +0000 |
commit | 6717a0ba0382dad459ebc696592b9d74b8ebb637 (patch) | |
tree | 6b077c11ebc606536d060280fd7c3e33fd950662 /llvm/docs/CommandGuide/lit.rst | |
parent | ebba0507da11c8a1910c06617bb83ef5ae9f0034 (diff) | |
download | bcm5719-llvm-6717a0ba0382dad459ebc696592b9d74b8ebb637.tar.gz bcm5719-llvm-6717a0ba0382dad459ebc696592b9d74b8ebb637.zip |
lit.rst: Fix sphinx complaint about multiple option definitions
llvm-svn: 294646
Diffstat (limited to 'llvm/docs/CommandGuide/lit.rst')
-rw-r--r-- | llvm/docs/CommandGuide/lit.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/lit.rst b/llvm/docs/CommandGuide/lit.rst index 85a9268a11f..b8299d44d48 100644 --- a/llvm/docs/CommandGuide/lit.rst +++ b/llvm/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 |