diff options
author | Colin Okay <colin@cicadas.surf> | 2022-08-15 08:57:30 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-08-15 08:57:30 -0500 |
commit | d1de6639e192ad059fa54551dbceb553bdfdd829 (patch) | |
tree | a1e9fd83679fcd679e76cb5d9cbc422bc3b52d38 | |
parent | 9dafa7db1a88fbae96b81d32c81c3a3446f5d38f (diff) |
[doc] phrasing in help text
-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 |