diff --git a/README.md b/README.md index 935b611..e547f8b 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,18 @@ i got sick of manually transferring terminfo files # Usage ```bash -stic terminfo-name remote-host [...ssh-args] +usage: stic [...ssh-args] [-h] term host + +Options: + --help, -h print this message + +Parameters: + the name of the terminfo to transfer + the remote host address ``` # Example ```bash -stic alacritty cute.fox -p 2222 +stic -o LogLevel=debug -v -p 2222 alacritty cute.fox ```