summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2022-03-30 16:51:05 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2022-04-04 19:31:22 +0200
commit0b977a243aa308f4530fe8b53e634d369feccb47 (patch)
tree37c4a4a0c0e96c5578ddf6702ec2d5c6b896d7ed /src
parent6722221c32f377d2ed4327be29316c949833b67f (diff)
downloadjustbuild-0b977a243aa308f4530fe8b53e634d369feccb47.tar.gz
cli: hint on orientation of --log-limit argument
Diffstat (limited to 'src')
-rw-r--r--src/buildtool/common/cli.hpp3
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))