summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--README.md18
2 files changed, 19 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d5fcf9f..f82b234 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "pokebot"
version = "0.1.0"
-authors = ["Jokler <jokler.contact@gmail.com>"]
+authors = ["Jokler <jokler@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3a2f752
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+# pokebot
+
+```
+pokebot 0.1.0
+Jokler <jokler@protonmail.com>
+
+USAGE:
+ pokebot [FLAGS] [OPTIONS]
+
+FLAGS:
+ -h, --help Prints help information
+ -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
+```