From c740b2f4d7aa2bc454245694ca4440e85f6799ff Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 15 Aug 2022 08:34:17 -0500 Subject: [change] help text in threadcat-write --- threadcat-write.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | threadcat write THREAD_NAME" + echo USAGE: "cat YOURMESSAGE | threadcat write THREAD_NAME" fi -- cgit v1.2.3