summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/gtk-update-icon-cache.xml
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-02-01 13:55:08 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-02-01 13:55:08 +0000
commit673f0a86b96eeacfc12ed4e1cd5d87e9a7a54983 (patch)
tree10da0b3a36f49810571362bf4cc5bda6b8f964c4 /docs/reference/gtk/gtk-update-icon-cache.xml
parentc4d19dfa21e36cc51f122bb6c486a381e11701af (diff)
downloadgtk+-673f0a86b96eeacfc12ed4e1cd5d87e9a7a54983.tar.gz
Add a --quiet option.
2005-02-01 Matthias Clasen <mclasen@redhat.com> * gtk/updateiconcache.c (main): Add a --quiet option.
Diffstat (limited to 'docs/reference/gtk/gtk-update-icon-cache.xml')
-rw-r--r--docs/reference/gtk/gtk-update-icon-cache.xml23
1 files changed, 18 insertions, 5 deletions
diff --git a/docs/reference/gtk/gtk-update-icon-cache.xml b/docs/reference/gtk/gtk-update-icon-cache.xml
index e7baad89d5..40a847f4c7 100644
--- a/docs/reference/gtk/gtk-update-icon-cache.xml
+++ b/docs/reference/gtk/gtk-update-icon-cache.xml
@@ -14,6 +14,7 @@
<cmdsynopsis>
<command>gtk-update-icon-cache</command>
<arg choice="opt">--force</arg>
+<arg choice="opt">--quiet</arg>
<arg choice="req">iconpath</arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -35,11 +36,23 @@ to avoid a lot of system call and disk seek overhead when the application starts
Since the format of the cache files allows them to be mmap()ed shared between
multiple applications, the overall memory consumption is reduced as well.
</para>
-<para>
-If called with the --force argument,
-<command>gtk-update-icon-cache</command> will overwrite an existing cache
-file even if it appears to be uptodate.
-</para>
+</refsect1>
+
+<refsect1><title>Options</title>
+<variablelist>
+ <varlistentry>
+ <term>--force</term>
+ <term>-f</term>
+ <listitem><para>Overwrite an existing cache file even if it appears to be uptodate.
+ </para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>--quiet</term>
+ <term>-q</term>
+ <listitem><para>Turn off verbose output.
+ </para></listitem>
+ </varlistentry>
+</variablelist>
</refsect1>
<refsect1><title>Bugs</title>