summaryrefslogtreecommitdiff
path: root/fc-scan
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2015-05-12 14:28:45 +0900
committerAkira TAGOH <akira@tagoh.org>2015-05-12 14:28:45 +0900
commita10cb2e4d7fb7d790fe913058f0821ccf2185a86 (patch)
tree9b42b1c9a37a57e44821782a9c2232856b0ef9ae /fc-scan
parent4c040d393dfb47b8a2f75fb639f6b5e92fced6f3 (diff)
downloadfontconfig-a10cb2e4d7fb7d790fe913058f0821ccf2185a86.tar.gz
Add missing description for usage
Diffstat (limited to 'fc-scan')
-rw-r--r--fc-scan/fc-scan.c7
1 files changed, 4 insertions, 3 deletions
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);
}