From 74a37cbd5ad0db08d152b221884f41f27783be8e Mon Sep 17 00:00:00 2001
From: kitsunecafe <rowan@kitsu.cafe>
Date: Thu, 12 Dec 2024 01:40:28 -0600
Subject: [PATCH] update readme

---
 README.md | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

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:
+    <term>         the name of the terminfo to transfer
+    <host>         the remote host address
 ```
 
 # Example
 ```bash
-stic alacritty cute.fox -p 2222
+stic -o LogLevel=debug -v -p 2222 alacritty cute.fox
 ```