From: Matthias Braun Date: Thu, 9 Feb 2017 23:03:22 +0000 (+0000) Subject: lit.rst: Fix sphinx complaint about multiple option definitions X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e6fc42f4f6fb4115a9c6dd320c2468f96121138;p=llvm 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 --- diff --git a/docs/CommandGuide/lit.rst b/docs/CommandGuide/lit.rst index 85a9268a11f..b8299d44d48 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