aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2021-11-19 12:28:44 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-11-19 18:16:42 +0000
commit7a7f18677d4905d5d10796d57b943f0c87f17c47 (patch)
tree03816dce4ec4215c697d661393f5f7ac8b1fb38b /tools
parentd52562ec6e3c790006955807a463f1a27814ff89 (diff)
qmllint: Fix typo in app description
Disabling uses the keyword "disable" not "disabled". Fixed in this change. Change-Id: I544a543043627121a11ca3ab56ad3d967707efb6 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> (cherry picked from commit edeaf70d9a6a1f159f27e9d4a791809e1a87d786) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
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 3f893c5dcc..9da624b87f 100644
--- a/tools/qmllint/main.cpp
+++ b/tools/qmllint/main.cpp
@@ -218,7 +218,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.
)"));