From 219180e6f39771fc400796d17b5410776c863ea7 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sun, 10 Nov 2024 14:45:44 +0100 Subject: [PATCH] add cli to readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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 +```