From 0b977a243aa308f4530fe8b53e634d369feccb47 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 30 Mar 2022 16:51:05 +0200 Subject: cli: hint on orientation of --log-limit argument --- src/buildtool/common/cli.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/buildtool/common/cli.hpp') 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)) -- cgit v1.2.3