gbranden pushed a commit to branch master
in repository groff.

commit b4555b48963ee2f4dbe3f35bdbfef31d17639a9f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Mar 14 15:57:22 2022 +1100

    [grops]: Align usage message with grops(1).
    
    * src/devices/grops/ps.cpp (usage): Align usage message with man page
      synopsis.
---
 ChangeLog                | 5 +++++
 src/devices/grops/ps.cpp | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 221d1169..77b1f4b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-03-14  G. Branden Robinson <[email protected]>
+
+       * src/devices/grops/ps.cpp (usage): Align usage message with man
+       page synopsis.
+
 2022-03-13  G. Branden Robinson <[email protected]>
 
        * doc/groff.texi (Input Line Traps): Fix error; input traps do
diff --git a/src/devices/grops/ps.cpp b/src/devices/grops/ps.cpp
index f762cb70..80dde2bb 100644
--- a/src/devices/grops/ps.cpp
+++ b/src/devices/grops/ps.cpp
@@ -1870,7 +1870,7 @@ static void usage(FILE *stream)
 {
   fprintf(stream,
 "usage: %s [-glm] [-b n] [-c n] [-F dir] [-I dir] [-p paper-format]"
-" [-P prologue] [-w n] [file] ...\n"
+" [-P prologue-file] [-w n] [file ...]\n"
 "usage: %s {-v | --version}\n", program_name, program_name);
 }
 

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to