diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-02-01 13:55:08 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-02-01 13:55:08 +0000 |
commit | 673f0a86b96eeacfc12ed4e1cd5d87e9a7a54983 (patch) | |
tree | 10da0b3a36f49810571362bf4cc5bda6b8f964c4 /docs | |
parent | c4d19dfa21e36cc51f122bb6c486a381e11701af (diff) | |
download | gtk+-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')
-rw-r--r-- | docs/reference/ChangeLog | 5 | ||||
-rw-r--r-- | docs/reference/gtk/gtk-update-icon-cache.1 | 13 | ||||
-rw-r--r-- | docs/reference/gtk/gtk-update-icon-cache.xml | 23 |
3 files changed, 33 insertions, 8 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index c0eb467c7c..4e2b45601e 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2005-02-01 Matthias Clasen <mclasen@redhat.com> + + * gtk/gtk-update-icon-cache.xml: + * gtk/gtk-update-icon-cache.1: Document the --quiet option. + 2005-01-25 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtksocket.sgml: diff --git a/docs/reference/gtk/gtk-update-icon-cache.1 b/docs/reference/gtk/gtk-update-icon-cache.1 index b53c02d133..c9c2ca03b8 100644 --- a/docs/reference/gtk/gtk-update-icon-cache.1 +++ b/docs/reference/gtk/gtk-update-icon-cache.1 @@ -24,7 +24,7 @@ gtk-update-icon-cache \- Icon theme caching utility .ad l .hy 0 .HP 22 -\fBgtk\-update\-icon\-cache\fR [\-\-force] {iconpath} +\fBgtk\-update\-icon\-cache\fR [\-\-force] [\-\-quiet] {iconpath} .ad .hy @@ -39,8 +39,15 @@ If expects to be given the path to a icon theme directory, e\&.g\&. \fI/usr/shar .PP GTK+ can use the cache files created by \fBgtk\-update\-icon\-cache\fR 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\&. -.PP -If called with the \-\-force argument, \fBgtk\-update\-icon\-cache\fR will overwrite an existing cache file even if it appears to be uptodate\&. +.SH "OPTIONS" + +.TP +\-\-force, \-f +Overwrite an existing cache file even if it appears to be uptodate\&. + +.TP +\-\-quiet, \-q +Turn off verbose output\&. .SH "BUGS" 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> |