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 | d231759966ec0c77763e5ae1fff71095f65a4ee0 (patch) | |
tree | 55f7594bae19bac61e9249f146b1fb151559564b | |
parent | 493da2a923d91af0150b48fdaf8a985fc6b6b55c (diff) | |
download | txr-d231759966ec0c77763e5ae1fff71095f65a4ee0.tar.gz txr-d231759966ec0c77763e5ae1fff71095f65a4ee0.tar.bz2 txr-d231759966ec0c77763e5ae1fff71095f65a4ee0.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" |