aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlformat/qqmlformatoptions.cpp
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2025-06-27 13:48:27 +0200
committerKai Köhne <kai.koehne@qt.io>2025-07-29 19:23:25 +0200
commite17d5b433ca381f2f0f95766d4a3a2eff3b1cb6f (patch)
tree706a0f686cf2e802a33e225c73366e92b91820d4 /src/qmlformat/qqmlformatoptions.cpp
parentadd769ce5734e6025cb24d97ea1a84c6869f2763 (diff)
qmlformat: Add missing space in help output
Pick-to: 6.10 Change-Id: I1f6e0ed833795d6af1e853f2420d6997ada9561c Reviewed-by: Semih Yavuz <semih.yavuz@qt.io>
Diffstat (limited to 'src/qmlformat/qqmlformatoptions.cpp')
-rw-r--r--src/qmlformat/qqmlformatoptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmlformat/qqmlformatoptions.cpp b/src/qmlformat/qqmlformatoptions.cpp
index 370b45991b..76b919fee4 100644
--- a/src/qmlformat/qqmlformatoptions.cpp
+++ b/src/qmlformat/qqmlformatoptions.cpp
@@ -150,7 +150,7 @@ QQmlFormatOptions QQmlFormatOptions::buildCommandLineOptions(const QStringList &
QCommandLineOption columnWidthOption(
{ "W"_L1, "column-width"_L1 },
- QStringLiteral("Breaks the line into multiple lines if exceedes the specified width."
+ QStringLiteral("Breaks the line into multiple lines if exceedes the specified width. "
"Use -1 to disable line wrapping. (default)"),
"width"_L1, "-1"_L1);
parser.addOption(columnWidthOption);