aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmllint/main.cpp
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2021-11-19 12:28:44 +0100
committerMaximilian Goldstein <max.goldstein@qt.io>2021-11-19 12:35:34 +0100
commitedeaf70d9a6a1f159f27e9d4a791809e1a87d786 (patch)
treec4f434eee594478f50ff14c69952796ef61a66a0 /tools/qmllint/main.cpp
parentabefc54a9097f3279bd7de55eca557e84176fcdc (diff)
qmllint: Fix typo in app description
Disabling uses the keyword "disable" not "disabled". Fixed in this change. Pick-to: 6.2 Change-Id: I544a543043627121a11ca3ab56ad3d967707efb6 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'tools/qmllint/main.cpp')
-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 7a66d5815c..3df510ed79 100644
--- a/tools/qmllint/main.cpp
+++ b/tools/qmllint/main.cpp
@@ -240,7 +240,7 @@ int main(int argv, char *argc[])
parser.setApplicationDescription(QLatin1String(R"(QML syntax verifier and analyzer
All warnings can be set to three levels:
- disabled - Fully disables the warning.
+ 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.
)"));