mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-15 12:23:13 +01:00
More accurate description for "-vv".
Still not happy with it, but I feel it is still better than just "very verbose".
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Logger
|
||||
static std::string indent_str;
|
||||
|
||||
llvm::cl::opt<bool> _enabled("vv",
|
||||
llvm::cl::desc("Very verbose"),
|
||||
llvm::cl::desc("Print front-end/glue code debug log"),
|
||||
llvm::cl::ZeroOrMore);
|
||||
|
||||
void indent()
|
||||
|
||||
Reference in New Issue
Block a user