We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39b62e commit 97adaeaCopy full SHA for 97adaea
README.md
@@ -206,13 +206,13 @@ While in the project's main directory, simply type i.e.:
206
207
It will merge your own configuration with the project's current `config.ini` under the `config/` directory.
208
209
-Or, to try a merge of two files by defining the directories:
+Or, to merge two files by, define both:
210
211
```bash
212
./src/utils/configmerger.py /path/to/main/config.ini /path/to/your_config.ini
213
```
214
215
-If you just need to see the options, type:
+If you just need to see the options and help, type:
216
217
218
./src/utils/configmerger.py
0 commit comments