From f688e5c3a57e1d58fe885cc856f76459e7ac4e1c Mon Sep 17 00:00:00 2001 From: Harrissou Sant-anna Date: Sat, 18 Jan 2025 22:14:42 +0000 Subject: [PATCH] Typo fix Co-authored-by: Bernard Teo --- docs/user_manual/introduction/qgis_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_manual/introduction/qgis_configuration.rst b/docs/user_manual/introduction/qgis_configuration.rst index 8626312be42..119befe7ac5 100644 --- a/docs/user_manual/introduction/qgis_configuration.rst +++ b/docs/user_manual/introduction/qgis_configuration.rst @@ -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