From 3c55ef4b278be8fff1296af0cd1d3f97388416e4 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Wed, 8 Nov 2017 22:03:49 +0900 Subject: [PATCH] missing an open parenthesis --- fc-cache/fc-cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"));