[Fontconfig] fontconfig: Branch 'master'

Akira TAGOH tagoh at kemper.freedesktop.org
Wed Nov 8 13:03:53 UTC 2017


 fc-cache/fc-cache.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3c55ef4b278be8fff1296af0cd1d3f97388416e4
Author: Akira TAGOH <akira at tagoh.org>
Date:   Wed Nov 8 22:03:49 2017 +0900

    missing an open parenthesis

diff --git a/fc-cache/fc-cache.c b/fc-cache/fc-cache.c
index 80cc820..7605989 100644
--- a/fc-cache/fc-cache.c
+++ b/fc-cache/fc-cache.c
@@ -114,7 +114,7 @@ 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, "  -E         (error-on-no-fonts)\n"));
+    fprintf (file, _("  -E         (error-on-no-fonts)\n"));
     fprintf (file, _("                       raise an error if no fonts in a directory\n"));
     fprintf (file, _("  -f         (force)   scan directories with apparently valid caches\n"));
     fprintf (file, _("  -r,   (really force) erase all existing caches, then rescan\n"));


More information about the Fontconfig mailing list