Skip to content

Commit

Permalink
Merge pull request #60183 from btzy/help-grammar
Browse files Browse the repository at this point in the history
Fix grammar error in --help for --py-args
  • Loading branch information
m-kuhn authored Jan 19, 2025
2 parents 0318ff3 + f17ff97 commit b601cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" )
Expand Down

0 comments on commit b601cc7

Please sign in to comment.