Spelling: fix spelling of help files

This commit is contained in:
Marius Messerschmidt
2023-11-18 15:21:13 +01:00
parent bb02ba0b2e
commit 9b2c59936f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ Informative options:
--print-structure: Print the default structure
Config options:
-c, --config <config>: Specify the config file or preset to be loaded. If "none", disable futher config loading (+)
-c, --config <config>: Specify the config file or preset to be loaded. If "none", disable further config loading (+)
--gen-config <?path>: Generate a config file (or print it if <path> is "-"), with options specified in the command line (if any)
--gen-config-force <?path>: Generate a config file. Overwrite the existing one
+1 -1
View File
@@ -1,7 +1,7 @@
A format string is a string that contains placeholders for values.
These placeholders begin with a '{', containing the index of the value, and end with a '}'.
For example the format string "Values: {1} ({2})", with the values "First" and "My second val", will produce
The format string can contain placeholders in any order and have multiple occurences.
The format string can contain placeholders in any order and have multiple occurrences.
To include spaces when setting from the command line, surround the whole string with double quotes (").
If the value index is missing, meaning the placeholder is "{}", an internal counter sets the value index.