summaryrefslogtreecommitdiff
path: root/docs/CommandLine.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CommandLine.rst')
-rw-r--r--docs/CommandLine.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandLine.rst b/docs/CommandLine.rst
index 6535551844..4c84d23297 100644
--- a/docs/CommandLine.rst
+++ b/docs/CommandLine.rst
@@ -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(...):