summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2018-05-24 06:59:00 -0700
committerKaz Kylheku <kaz@kylheku.com>2018-05-24 06:59:00 -0700
commitf8deb1dd5642ce01178b91082220f350d355b658 (patch)
tree55f7594bae19bac61e9249f146b1fb151559564b
parentec26de31457ee1626495eb2e42382d8642296ddf (diff)
downloadtxr-f8deb1dd5642ce01178b91082220f350d355b658.tar.gz
txr-f8deb1dd5642ce01178b91082220f350d355b658.tar.bz2
txr-f8deb1dd5642ce01178b91082220f350d355b658.zip
Replace informality in command line help.
* txr.1 (help): Someone reading the help text doesn't necessarily know that --help produced it; it can be read by someone in contexts where that same person didn't just obtain it by running txr --help.
-rw-r--r--txr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.c b/txr.c
index a77c53c9..a70c0ed0 100644
--- a/txr.c
+++ b/txr.c
@@ -136,7 +136,7 @@ static void help(void)
"-t expression Like -p, but prints using tprint.\n"
"-C N Request backward-compatible behavior to the\n"
" specified version of TXR.\n"
-"--help You already know!\n"
+"--help Reproduce this help text.\n"
"--version Display program version\n"
"--license Display software license\n"
" Use of txr implies agreement with the disclaimer\n"