diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-15 00:24:44 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-15 00:24:44 +0100 |
| commit | a6e09472cb98e0d00e4ab8f70b7957b956a73357 (patch) | |
| tree | 17384420fb590a2528aabbfcb9ae135f31bad762 | |
| parent | 3e2f40cd26ba1f7cea3360d508450a812883e843 (diff) | |
webtrayctl: update help
| -rwxr-xr-x | webtrayctl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ help() { echo echo " install <url> <name> [--open-at-startup] [--icon <icon-file>]" echo " uninstall <name>" + echo " show <url>" echo exit } |