diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-01-27 09:57:46 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2022-01-27 09:57:46 +0300 |
commit | 540c6cd546ccadbb2c32e435d1fdcb5af24a1360 (patch) | |
tree | a79c3809a6776844afcc21544518f587abed243b /README.md | |
parent | 6da0fd56fff386f19ae982cc02c8f0996c51e2f1 (diff) |
Unhardcode some paths
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -68,7 +68,9 @@ It is good idea to obtain Telegram API ID from [**https://my.telegram.org**](htt ### Arguments ### -* `--profiling-port=xxxx`: starts the pprof server on port `xxxx`. Access is limited to localhost. +* `--profiling-port=xxxx`: start the pprof server on port `xxxx`. Access is limited to localhost. +* `--config=/bla/bla/config.yml`: set the config file path (default: `config.yml`). +* `--schema=/bla/bla/schema.json`: set the schema file path (default: `./config_schema.json`). ### How to receive files from Telegram ### |