Make this (-run) set look like the other (-disable) set.
authorBrian Gaeke <gaeke@uiuc.edu>
Sun, 19 Oct 2003 17:35:35 +0000 (17:35 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sun, 19 Oct 2003 17:35:35 +0000 (17:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9258 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/bugpoint.html

index a37a15759c1de5107f6dd8ff1965b4db510c8e44..4787589ad28a8df7dc79a4e9e4a145fddf5836b2 100644 (file)
@@ -207,7 +207,7 @@ non-obvious ways.  Here are some hints and tips:<p>
     <tt>bugpoint</tt> will attempt to generate a reference output by
     compiling the program with the C backend and running it.<p>
 
-       <a name="opt_run-"><li><tt>-run-{int|jit|llc|cbe}</tt><br>
+       <a name="opt_run-"><li><tt>-run-{int,jit,llc,cbe}</tt><br>
     Whenever the test program is compiled, <tt>bugpoint</tt> should generate
     code for it using the specified code generator.  These options allow
     you to choose the interpreter, the JIT compiler, the static native