diff --git a/src/app/main.cpp b/src/app/main.cpp index d64a6aeef29b..afaaa23eedf8 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -148,7 +148,7 @@ void usage( const QString &appName ) << QStringLiteral( "\t[-g, --globalsettingsfile path]\tuse the given ini file as Global Settings (defaults)\n" ) << QStringLiteral( "\t[-a, --authdbdirectory path] use the given directory for authentication database\n" ) << QStringLiteral( "\t[-f, --code path]\trun the given python file on load\n" ) - << QStringLiteral( "\t[-F, --py-args arguments]\targuments for python. This arguments will be available for each python execution via 'sys.argv' included the file specified by '--code'. All arguments till '--' are passed to python and ignored by QGIS\n" ) + << QStringLiteral( "\t[-F, --py-args arguments]\targuments for python. These arguments will be available for each python execution via 'sys.argv' including the file specified by '--code'. All arguments till '--' are passed to python and ignored by QGIS\n" ) << QStringLiteral( "\t[-d, --defaultui]\tstart by resetting user ui settings to default\n" ) << QStringLiteral( "\t[--hide-browser]\thide the browser widget\n" ) << QStringLiteral( "\t[--dxf-export filename.dxf]\temit dxf output of loaded datasets to given file\n" )