From a10cb2e4d7fb7d790fe913058f0821ccf2185a86 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Tue, 12 May 2015 14:28:45 +0900 Subject: Add missing description for usage --- fc-scan/fc-scan.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'fc-scan') 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); } -- cgit v1.2.1