groff-commit
[Top][All Lists]
Advanced

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

[groff] 06/08: afmtodit: Tweak usage message.


From: G. Branden Robinson
Subject: [groff] 06/08: afmtodit: Tweak usage message.
Date: Mon, 4 May 2020 18:12:36 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 21e1c76455265173eba050ee2260787f6b4ab275
Author: G. Branden Robinson <address@hidden>
AuthorDate: Tue May 5 06:51:56 2020 +1000

    afmtodit: Tweak usage message.
    
    * src/utils/afmtodit/afmtodit.pl: Format usage message with full
      capitals for parameters, and break out -v option in a separate
      "synopsis".
---
 ChangeLog                      | 6 ++++++
 src/utils/afmtodit/afmtodit.pl | 6 ++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d512d11..93e82fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2020-05-05  G. Branden Robinson <address@hidden>
 
+       * src/utils/afmtodit/afmtodit.pl: Format usage message with
+       full capitals for parameters, and break out -v option in a
+       separate "synopsis".
+
+2020-05-05  G. Branden Robinson <address@hidden>
+
        * font/devpdf/util/BuildFoundries.pl: Stop throwing away
        diagnostics from afmtodit.  This results in only one extra line
        of build output:
diff --git a/src/utils/afmtodit/afmtodit.pl b/src/utils/afmtodit/afmtodit.pl
index 954c58e..449e524 100644
--- a/src/utils/afmtodit/afmtodit.pl
+++ b/src/utils/afmtodit/afmtodit.pl
@@ -39,8 +39,10 @@ if ($opt_v) {
 }
 
 if ($#ARGV != 2) {
-    die "usage: $prog [-ckmnsvx] [-a angle] [-d DESC] [-e encoding]\n" .
-       "       [-f name] [-i n] [-o outfile] afmfile mapfile font\n";
+    die "usage: $prog [-ckmnsx] [-a ANGLE] [-d DESC-FILE]" .
+       " [-e ENCODING] [-f NAME] [-i N]\n" .
+       " [-o OUT-FILE] AFM-FILE MAP-FILE FONT\n" .
+       "usage: $prog -v\n";
 }
 
 my $afm = $ARGV[0];



reply via email to

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