diff --git a/omalocal.sh b/omalocal.sh index 5ed4c84..28cef20 100755 --- a/omalocal.sh +++ b/omalocal.sh @@ -841,7 +841,7 @@ desktop discover this box on the LAN automatically. ```bash omarchy-send # the TUI (Devices / Transfers / Messages / Manage / Settings) -omarchy-send --alias "Gold Cluster" # one-off alias override +omarchy-send --alias "My Server" # one-off alias override ``` The TUI needs a real TTY — over SSH that means an interactive session (or @@ -855,7 +855,7 @@ headless box — ideal for pinging your desktop or phone from the server: ```bash omarchy-send --to "" --message "backup finished" -omarchy-send --to "Slate Starburst" --message "deploy done" --wait 20s # peer-discovery timeout (default 15s) +omarchy-send --to "My Desktop" --message "deploy done" --wait 20s # peer-discovery timeout (default 15s) omarchy-send --to "" --message "hi" --send-pin 2468 # if the target requires a PIN ```