@samitouri / QOSami-HFS / commits / c41763c2

doc: avoid suggesting people to use --config, --cwd is the way

Massimo Melina committed Jun 11, 2024 at 14:47 UTC c41763c26d9abb30c3149f1ff4a04ea8a7b989f1
2 files changed +2 -4
README.md
+1 -3
@@ -135,9 +135,7 @@ Configuration is stored in the file `config.yaml`, exception made for custom HTM
135
136 These files are kept in the Current Working Directory (cwd), which is by default the same folder of `hfs.exe`
137 if you are using this kind of distribution on Windows, or `USER_FOLDER/.hfs` on other systems.
138 -You can decide a different cwd passing `--cwd SOME_FOLDER` parameter at command line.
139 -
140 -You can decide also a different file for config by passing `--config SOME_FILE`, or inside an *env* called `HFS_CONFIG`.
138 +You can decide a different folder passing `--cwd SOME_FOLDER` parameter at command line.
139 Any relative path provided is relative to the *cwd*.
140
141 [Check details about config file format](config.md).
config.md
+1 -1
@@ -196,6 +196,6 @@ For each account entries, this is the list of properties you can have:
196
197 ### Specify another file
198
199 -Do you need to load a different config file, even from a different folder?
199 +Do you need to load a different config file that's not `config.yaml`?
200 Use this parameter at command line `--config PATH` or similarly with an env `HFS_CONFIG`.
201 The path you specify can be either a folder, or full-path to the file.