update readme

This commit is contained in:
Rowan 2024-12-12 01:40:28 -06:00
parent 46c5b5bcad
commit 74a37cbd5a

View file

@ -4,11 +4,18 @@ i got sick of manually transferring terminfo files
# Usage # Usage
```bash ```bash
stic terminfo-name remote-host [...ssh-args] usage: stic [...ssh-args] [-h] term host
Options:
--help, -h print this message
Parameters:
<term> the name of the terminfo to transfer
<host> the remote host address
``` ```
# Example # Example
```bash ```bash
stic alacritty cute.fox -p 2222 stic -o LogLevel=debug -v -p 2222 alacritty cute.fox
``` ```