diff options
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 ### |