diff --git a/README.md b/README.md index 8691ec5..744ac08 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,12 @@ dmesg --follow > servicepoint-tty With nix: `nix run github:kaesaecracker/servicepoint-ttwhy` Without nix: checkout the repository and execute `cargo run` + +``` +Usage: servicepoint-ttwhy [OPTIONS] + +Options: + -d, --destination Address of the display. Try '172.23.42.29:2342'. [default: localhost:2342] + -f, --fast... Increase speed, but loose some packages. Add multiple times to go faster. + -h, --help Print help +```