From b88e2f03e3f140bd6262cc91404e99e1bc9a54ab Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Thu, 7 Jan 2021 21:25:42 +0200 Subject: [PATCH] Add an example for '-c' usage in CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5401d5a..283177d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ For instructions on how to update the bot, see **[✨ Updating the bot](docs/upd * `!close cancel` can now also be used with `!close -cancel` and `!close -c` * `config.example.ini` now contains several common options by default * When starting the bot via command line, you can now specify which config file to load with the `--config`/`-c` CLI option + * E.g. `npm start -- -c my-other-config.ini` (note the `--` between `npm start` and the option) * Updated bot dependencies **Plugins:**