missing an open parenthesis

This commit is contained in:
Akira TAGOH 2017-11-08 22:03:49 +09:00
parent 23ba0dc10d
commit 3c55ef4b27
1 changed files with 1 additions and 1 deletions

View File

@ -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"));