diff options
-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 |