diff options
author | Akira TAGOH <akira@tagoh.org> | 2017-11-08 22:03:49 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2017-11-08 22:03:49 +0900 |
commit | 3c55ef4b278be8fff1296af0cd1d3f97388416e4 (patch) | |
tree | 38ca5308bb433987ef474ae90fb9dbc431224ffa /fc-cache | |
parent | 23ba0dc10d5a1415d020043274a3e9608c5c5a39 (diff) |
missing an open parenthesis
Diffstat (limited to 'fc-cache')
-rw-r--r-- | fc-cache/fc-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fc-cache/fc-cache.c b/fc-cache/fc-cache.c index 80cc8204..76059895 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")); |