diff --git a/llvm/docs/CommandLine.rst b/llvm/docs/CommandLine.rst index 653555184483..4c84d23297b4 100644 --- a/llvm/docs/CommandLine.rst +++ b/llvm/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 Quiet("quiet"); .. _cl::desc(...):