aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xthreadcat2
1 files changed, 1 insertions, 1 deletions
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 <COMMAND> [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