diff options
Diffstat (limited to 'threadcat')
-rwxr-xr-x | threadcat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |