aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 ###