From d231759966ec0c77763e5ae1fff71095f65a4ee0 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 24 May 2018 06:59:00 -0700 Subject: 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. --- txr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3