freetype-commit
[Top][All Lists]
Advanced

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

[freetype2-demos] master 5d9811c 6/7: [ftdump] Fix the help message for


From: Werner Lemberg
Subject: [freetype2-demos] master 5d9811c 6/7: [ftdump] Fix the help message for `-c' and `-C' options.
Date: Fri, 5 May 2023 12:47:58 -0400 (EDT)

branch: master
commit 5d9811ce085fee6c9d90b21e8224607198e57627
Author: suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
Commit: suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>

    [ftdump] Fix the help message for `-c' and `-C' options.
    
    * src/ftdump.c (usage): Add a mention about the
    CID coverage in the help message for `-c' and `-C'
    options.  Suggested bylexei Podtelezhnikov.
---
 src/ftdump.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ftdump.c b/src/ftdump.c
index 716caa6..ff65b55 100644
--- a/src/ftdump.c
+++ b/src/ftdump.c
@@ -115,7 +115,7 @@
              execname );
 
     fprintf( stderr,
-      "  -c, -C    Print charmap coverage.\n"
+      "  -c, -C    Print charmap coverage and/or CID coverage.\n"
       "  -n        Print SFNT 'name' table or Type1 font info.\n"
       "  -p        Print TrueType programs.\n"
       "  -t        Print SFNT table list.\n"



reply via email to

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