[Fontconfig] fontconfig: Branch 'master'

Akira TAGOH tagoh at kemper.freedesktop.org
Mon May 11 22:28:50 PDT 2015


 fc-query/fc-query.c |    9 +++++----
 fc-scan/fc-scan.c   |    7 ++++---
 2 files changed, 9 insertions(+), 7 deletions(-)

New commits:
commit a10cb2e4d7fb7d790fe913058f0821ccf2185a86
Author: Akira TAGOH <akira at tagoh.org>
Date:   Tue May 12 14:28:45 2015 +0900

    Add missing description for usage

diff --git a/fc-query/fc-query.c b/fc-query/fc-query.c
index d3bd9ff..9bd3980 100644
--- a/fc-query/fc-query.c
+++ b/fc-query/fc-query.c
@@ -86,10 +86,11 @@ usage (char *program, int error)
     fprintf (file, "  -V, --version        display font config version and exit\n");
     fprintf (file, "  -h, --help           display this help and exit\n");
 #else
-    fprintf (file, "  -i INDEX   (index)   display the INDEX face of each font file only\n");
-    fprintf (file, "  -f FORMAT  (format)  use the given output format\n");
-    fprintf (file, "  -V         (version) display font config version and exit\n");
-    fprintf (file, "  -h         (help)    display this help and exit\n");
+    fprintf (file, "  -b         (ignore-blanks) ignore blanks to compute languages\n");
+    fprintf (file, "  -i INDEX   (index)         display the INDEX face of each font file only\n");
+    fprintf (file, "  -f FORMAT  (format)        use the given output format\n");
+    fprintf (file, "  -V         (version)       display font config version and exit\n");
+    fprintf (file, "  -h         (help)          display this help and exit\n");
 #endif
     exit (error);
 }
diff --git a/fc-scan/fc-scan.c b/fc-scan/fc-scan.c
index 089c255..4d0b1db 100644
--- a/fc-scan/fc-scan.c
+++ b/fc-scan/fc-scan.c
@@ -84,9 +84,10 @@ usage (char *program, int error)
     fprintf (file, "  -V, --version        display font config version and exit\n");
     fprintf (file, "  -h, --help           display this help and exit\n");
 #else
-    fprintf (file, "  -f FORMAT  (format)  use the given output format\n");
-    fprintf (file, "  -V         (version) display font config version and exit\n");
-    fprintf (file, "  -h         (help)    display this help and exit\n");
+    fprintf (file, "  -b         (ignore-blanks) ignore blanks to compute languages\n");
+    fprintf (file, "  -f FORMAT  (format)        use the given output format\n");
+    fprintf (file, "  -V         (version)       display font config version and exit\n");
+    fprintf (file, "  -h         (help)          display this help and exit\n");
 #endif
     exit (error);
 }


More information about the Fontconfig mailing list