diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/options.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/options.md b/docs/options.md index ba7e2d89..fab22e1d 100644 --- a/docs/options.md +++ b/docs/options.md @@ -91,9 +91,9 @@ The following syntax for environment variables is also supported: Name[$ei]=${USER} There are three environment variables that have a fallback strategy if the -environment variable is not set. They instead map to a location from QStanardPaths. +environment variable is not set. They instead map to a location from QStandardPaths. They are: - `$QT_CACHE_HOME` - QStandardPaths::GenericConfigLocation - `$QT_CONFIG_HOME` - QStandardPaths::GenericConfigLocation - `$QT_DATA_HOME` - QStandardPaths::GenericDataLocation +* `$QT_CACHE_HOME` - QStandardPaths::GenericCacheLocation +* `$QT_CONFIG_HOME` - QStandardPaths::GenericConfigLocation +* `$QT_DATA_HOME` - QStandardPaths::GenericDataLocation |