Cross-compilation doc
[oota-llvm.git] / docs / CommandLine.rst
index 65355518448362d2aaeccf89c1a4d7b0b6617555..4c84d23297b45c789561630e27365a861f0824fc 100644 (file)
@@ -925,7 +925,7 @@ This section describes the basic attributes that you can specify on options.
 
   .. code-block:: c++
 
-    cl::opt<**bool**> Quiet("quiet");
+    cl::opt<bool> Quiet("quiet");
 
 .. _cl::desc(...):