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-query/fc-query.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'fc-query') diff --git a/fc-query/fc-query.c b/fc-query/fc-query.c index d3bd9ff..9bd3980 100644 --- a/fc-query/fc-query.c +++ b/fc-query/fc-query.c @@ -86,10 +86,11 @@ 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, " -i INDEX (index) display the INDEX face of each font file only\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"); + fprintf (file, " -b (ignore-blanks) ignore blanks to compute languages\n"); + fprintf (file, " -i INDEX (index) display the INDEX face of each font file only\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