diff --git a/docs/CommandLine.html b/docs/CommandLine.html index 7503015aa57..abc6eb6823e 100644 --- a/docs/CommandLine.html +++ b/docs/CommandLine.html @@ -877,7 +877,7 @@ where to fill in with the cl::location attribute:

 bool DebugFlag;      // the actual value
-static cl::opt       // The parser
+static cl::opt<bool, true>       // The parser
 Debug("debug", cl::desc("Enable debug output"), cl::Hidden,
       cl::location(DebugFlag));
 
@@ -1496,7 +1496,7 @@ line options