aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBohdan Horbeshko <bodqhrohro@gmail.com>2022-01-27 09:57:46 +0300
committerBohdan Horbeshko <bodqhrohro@gmail.com>2022-01-27 09:57:46 +0300
commit540c6cd546ccadbb2c32e435d1fdcb5af24a1360 (patch)
treea79c3809a6776844afcc21544518f587abed243b /README.md
parent6da0fd56fff386f19ae982cc02c8f0996c51e2f1 (diff)
Unhardcode some paths
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index baef1cf..bdbb218 100644
--- a/README.md
+++ b/README.md
@@ -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 ###