update readme
This commit is contained in:
parent
46c5b5bcad
commit
74a37cbd5a
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue