[llvm] r294646 - lit.rst: Fix sphinx complaint about multiple option definitions
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 9 15:03:22 PST 2017
Author: matze
Date: Thu Feb 9 17:03:22 2017
New Revision: 294646
URL: http://llvm.org/viewvc/llvm-project?rev=294646&view=rev
Log:
lit.rst: Fix sphinx complaint about multiple option definitions
Modified:
llvm/trunk/docs/CommandGuide/lit.rst
Modified: llvm/trunk/docs/CommandGuide/lit.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/lit.rst?rev=294646&r1=294645&r2=294646&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/lit.rst (original)
+++ llvm/trunk/docs/CommandGuide/lit.rst Thu Feb 9 17:03:22 2017
@@ -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
More information about the llvm-commits
mailing list