groff-commit
[Top][All Lists]
Advanced

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

[groff] 34/37: [grops]: Align usage message with grops(1).


From: G. Branden Robinson
Subject: [groff] 34/37: [grops]: Align usage message with grops(1).
Date: Mon, 14 Mar 2022 01:59:12 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit b4555b48963ee2f4dbe3f35bdbfef31d17639a9f
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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 <g.branden.robinson@gmail.com>
+
+       * src/devices/grops/ps.cpp (usage): Align usage message with man
+       page synopsis.
+
 2022-03-13  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * 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);
 }
 



reply via email to

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