aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2025-02-10 14:58:47 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2025-02-18 20:02:01 +0100
commit87e225300c5eaa7bc85ff0a0e641c0d09b6d728b (patch)
treeb11884c62cac4aac1ff010feb0cbae01a2d0bef0 /tools
parentdd8c005c5e649eb1a3b6d928952a5d27de4c5bdd (diff)
qmllint: Update help to correctly describe warning behavior
Amends 74ec76d5edc2446927523dc1b301bf8cc75beb7d Pick-to: 6.9 6.8 Change-Id: Ibeeeff03587abaff3853b2983cceb76c8d74dd33 Reviewed-by: Olivier De Cannière <olivier.decanniere@qt.io> Reviewed-by: Albert Astals Cid <aacid@kde.org> Reviewed-by: Sami Shalayel <sami.shalayel@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/qmllint/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmllint/main.cpp b/tools/qmllint/main.cpp
index 32091b8fa3..f9f1f00f47 100644
--- a/tools/qmllint/main.cpp
+++ b/tools/qmllint/main.cpp
@@ -76,7 +76,7 @@ int main(int argc, char *argv[])
All warnings can be set to three levels:
disable - Fully disables the warning.
info - Displays the warning but does not influence the return code.
- warning - Displays the warning and leads to a non-zero exit code if encountered.
+ warning - Displays the warning and leads to a non-zero exit code if more warnings than max-warnings occur.
error - Displays the warning as error and leads to a non-zero exit code if encountered.
)"));