groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 08/14: [groff]: Document implied options better in help.


From: G. Branden Robinson
Subject: [groff] 08/14: [groff]: Document implied options better in help.
Date: Mon, 19 Jul 2021 14:36:16 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 069ebfc50fbd18cdf94bc8614505348fdef692bd
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Jul 19 06:40:43 2021 +1000

    [groff]: Document implied options better in help.
    
    * src/roff/groff/groff.cpp (help): Sync with man page, documenting more
      options that imply others (-E => -Ww, -G => -p, -j => -p).
---
 src/roff/groff/groff.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/roff/groff/groff.cpp b/src/roff/groff/groff.cpp
index ef7772d..d161f6d 100644
--- a/src/roff/groff/groff.cpp
+++ b/src/roff/groff/groff.cpp
@@ -802,15 +802,15 @@ void help()
 "-d NAME=STRING\n\tdefine string NAME as STRING\n"
 "-D ENC\tfall back to ENC as default input encoding; implies -k\n"
 "-e\tpreprocess with eqn\n"
-"-E\tsuppress error diagnostics\n"
+"-E\tsuppress error diagnostics; implies -Ww\n"
 "-f FAM\tuse FAM as the default font family\n"
 "-F DIR\tsearch DIR for device and font description files\n"
 "-g\tpreprocess with grn\n"
-"-G\tpreprocess with grap\n"
+"-G\tpreprocess with grap; implies -p\n"
 "-h\toutput this usage message and exit\n"
 "-i\tread standard input after all FILEs\n"
 "-I DIR\tsearch DIR for input files; implies -s\n"
-"-j\tpreprocess with chem\n"
+"-j\tpreprocess with chem; implies -p\n"
 // "-J\tpreprocess with gideal\n"
 "-k\tpreprocess with preconv\n"
 "-K ENC\tuse ENC as input encoding; implies -k\n"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]