aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-01-29 20:37:19 +0100
committerJokler <jokler@protonmail.com>2020-01-29 20:39:27 +0100
commit12f5c6dbe1ca2c6be21faa3bc239385aabef68e4 (patch)
tree0ee5b1495fc402829c44fcb56aec5167b0ff7369
parent0261b114eaed8773c75ac3d57c74a18600c7f783 (diff)
downloadpokebot-12f5c6dbe1ca2c6be21faa3bc239385aabef68e4.tar.gz
pokebot-12f5c6dbe1ca2c6be21faa3bc239385aabef68e4.zip
Update README.md to reflect help message changes
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3a2f752..86d0591 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,23 @@
# pokebot
```
-pokebot 0.1.0
+pokebot 0.1.1
Jokler <jokler@protonmail.com>
USAGE:
- pokebot [FLAGS] [OPTIONS]
+ pokebot [FLAGS] [OPTIONS] [config_path]
FLAGS:
-h, --help Prints help information
+ -l, --local Run locally in text mode
-V, --version Prints version information
-v, --verbose Print the content of all packets
OPTIONS:
- -a, --address <address> The address of the server to connect to [default: localhost]
- -i, --id <id_path> Identity file - good luck creating one
+ -a, --address <address> The address of the server to connect to
+ -g, --generate-identities <gen_id_count> Generate 'count' identities
+ -d, --master_channel <master_channel> The channel the master bot should connect to
+
+ARGS:
+ <config_path> Configuration file [default: config.toml]
```