diff options
-rw-r--r-- | src/buildtool/common/cli.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buildtool/common/cli.hpp b/src/buildtool/common/cli.hpp index 7e93b9ec..bdd21286 100644 --- a/src/buildtool/common/cli.hpp +++ b/src/buildtool/common/cli.hpp @@ -123,7 +123,8 @@ static inline auto SetupCommonArguments( [clargs](auto const& limit) { clargs->log_limit = ToLogLevel(limit); }, - fmt::format("Log limit in interval [{},{}] (Default: {}).", + fmt::format("Log limit (higher is more verbose) in interval [{},{}] " + "(Default: {}).", kFirstLogLevel, kLastLogLevel, kDefaultLogLevel)) |