diff options
-rw-r--r-- | fc-cache/fc-cache.sgml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/fc-cache/fc-cache.sgml b/fc-cache/fc-cache.sgml index 0b602a39..26c745d1 100644 --- a/fc-cache/fc-cache.sgml +++ b/fc-cache/fc-cache.sgml @@ -63,8 +63,9 @@ manpage.1: manpage.sgml <cmdsynopsis> <command>&dhpackage;</command> - <arg><option>-fsvVh</option></arg> + <arg><option>-frsvVh</option></arg> <arg><option>--force</option></arg> + <arg><option>--really-force</option></arg> <arg><option>--system-only</option></arg> <arg><option>--verbose</option></arg> <arg><option>--version</option></arg> @@ -111,6 +112,14 @@ manpage.1: manpage.sgml </listitem> </varlistentry> <varlistentry> + <term><option>-r</option> + <option>--really-force</option> + </term> + <listitem> + <para>Erase all existing cache files and rescan.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>-s</option> <option>--system-only</option> </term> |