diff options
author | Akira TAGOH <akira@tagoh.org> | 2013-09-25 11:41:23 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2013-09-25 11:41:23 +0900 |
commit | 102864d0dba46c99b22c912454c1f58731287405 (patch) | |
tree | 8a01716aea598e2c0447883e53e0fc498ce9b9a4 /fc-list | |
parent | 2b0fca14ad202d4dbd32478dc367e648833866c0 (diff) | |
download | fontconfig-102864d0dba46c99b22c912454c1f58731287405.tar.gz |
Add the description of -q option to the man page
Diffstat (limited to 'fc-list')
-rw-r--r-- | fc-list/fc-list.sgml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fc-list/fc-list.sgml b/fc-list/fc-list.sgml index c4a82cd..0eb704d 100644 --- a/fc-list/fc-list.sgml +++ b/fc-list/fc-list.sgml @@ -69,6 +69,10 @@ manpage.1: manpage.sgml <arg><option>-f</option> <option><replaceable>format</replaceable></option></arg> <arg><option>--format</option> <option><replaceable>format</replaceable></option></arg> </group> + <group> + <arg><option>-q</option></arg> + <arg><option>--quiet</option></arg> + </group> <arg><option>--version</option></arg> <arg><option>--help</option></arg> <sbr> @@ -114,6 +118,14 @@ manpage.1: manpage.sgml </listitem> </varlistentry> <varlistentry> + <term><option>-q</option> + <option>--quiet</option> + </term> + <listitem> + <para>Suppress all normal output. returns 1 as the error code if no fonts matched.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>-V</option> <option>--version</option> </term> |