mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
Spelling: fix spelling of help files
This commit is contained in:
+1
-1
@@ -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,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.
|
||||
|
||||
Reference in New Issue
Block a user