[Scummvm-git-logs] scummvm master -> ac2696b23599b937ae0af0cd215805a97d5320bc
criezy
noreply at scummvm.org
Thu Jun 2 18:26:36 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
ac2696b235 DOCS: add command line to settings section
Commit: ac2696b23599b937ae0af0cd215805a97d5320bc
https://github.com/scummvm/scummvm/commit/ac2696b23599b937ae0af0cd215805a97d5320bc
Author: grisenti (emanuele at grisenti.net)
Date: 2022-06-02T19:26:33+01:00
Commit Message:
DOCS: add command line to settings section
Changed paths:
doc/docportal/use_scummvm/how_to_settings.rst
diff --git a/doc/docportal/use_scummvm/how_to_settings.rst b/doc/docportal/use_scummvm/how_to_settings.rst
index 7ada0d9fe11..53cf6a07477 100644
--- a/doc/docportal/use_scummvm/how_to_settings.rst
+++ b/doc/docportal/use_scummvm/how_to_settings.rst
@@ -17,4 +17,9 @@ Not all settings are available for all games; for example, where there is no MID
In the configuration file
==========================
-See the :doc:`configuration file <../advanced_topics/configuration_file>` page for more information on how to do this. Configuration keys are listed in the Settings pages, after the description of each setting, in italics.
\ No newline at end of file
+See the :doc:`configuration file <../advanced_topics/configuration_file>` page for more information on how to do this. Configuration keys are listed in the Settings pages, after the description of each setting, in italics.
+
+From the command line
+======================
+
+Some settings can be specified in the command line (the complete list can be found at :doc:`command line <../advanced_topics/command_line>`). These are valid for the duration of the program and don't get saved to the configuration file unless modified. They are also marked by a special color in the launcher tabs mentioned above.
\ No newline at end of file
More information about the Scummvm-git-logs
mailing list