diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-05-24 06:59:00 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-05-24 06:59:00 -0700 |
commit | f8deb1dd5642ce01178b91082220f350d355b658 (patch) | |
tree | 55f7594bae19bac61e9249f146b1fb151559564b | |
parent | ec26de31457ee1626495eb2e42382d8642296ddf (diff) | |
download | txr-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |