From d1de6639e192ad059fa54551dbceb553bdfdd829 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 15 Aug 2022 08:57:30 -0500 Subject: [doc] phrasing in help text --- threadcat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadcat b/threadcat index 5d9e510..0de4bb2 100755 --- a/threadcat +++ b/threadcat @@ -12,7 +12,7 @@ if [ -z "${THREADCAT_SUBCOMMAND}" ]; then echo "USAGE: threadcat [THREAD]" echo commands are: echo " list lists threads, most recent first" - echo " read [THREAD] reads a thread, catting it to stdout" + echo " read [THREAD] reads a thread, printing to stdout" echo " write [THREAD] posts to THREAD from stdin" exit 0 fi -- cgit v1.2.3