Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
Co-authored-by: Bernard Teo <btzy1996@hotmail.com>
  • Loading branch information
DelazJ and btzy authored Jan 18, 2025
1 parent ded384d commit f688e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_manual/introduction/qgis_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2378,7 +2378,7 @@ returns::
[-g, --globalsettingsfile path] use the given ini file as Global Settings (defaults)
[-a, --authdbdirectory path] use the given directory for authentication database
[-f, --code path] run the given python file on load
[-F, --py-args arguments] arguments for python. These 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.
[-F, --py-args arguments] arguments 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.
[-d, --defaultui] start by resetting user ui settings to default
[--hide-browser] hide the browser widget
[--dxf-export filename.dxf] emit dxf output of loaded datasets to given file
Expand Down

0 comments on commit f688e5c

Please sign in to comment.