qmlpreview: Fix typo

Change-Id: I5b8a674e77f770e4987e03ccf02b5a27c4987e24
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Ulf Hermann 2018-11-14 09:55:19 +01:00
parent 8af9d69554
commit 1613e32042
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ void QmlPreviewApplication::parseArguments()
parser.addVersionOption();
parser.addPositionalArgument(QLatin1String("program"),
tr("The program to be started and profiled."),
tr("The program to be started and previewed."),
QLatin1String("[program]"));
parser.addPositionalArgument(QLatin1String("parameters"),
tr("Parameters for the program to be started."),