diff options
author | Colin Okay <colin@cicadas.surf> | 2022-08-15 08:34:17 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-08-15 08:34:17 -0500 |
commit | c740b2f4d7aa2bc454245694ca4440e85f6799ff (patch) | |
tree | 07b5337d173da92b74a9432d67ac057c29215f4b | |
parent | 52324cda51102ffc3dc153780cd9ed6648ce7f9e (diff) |
[change] help text in threadcat-write
-rwxr-xr-x | threadcat-write.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/threadcat-write.sh b/threadcat-write.sh index c3c48d6..81dada2 100755 --- a/threadcat-write.sh +++ b/threadcat-write.sh @@ -9,7 +9,7 @@ if [ ! -z "${THREAD_NAME}" ]; then echo Posted to $THREAD_NAME else echo You did not provide a thread name. - echo USAGE: "cat <YOURMESSAGE> | threadcat write THREAD_NAME" + echo USAGE: "cat YOURMESSAGE | threadcat write THREAD_NAME" fi |