diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-11-20 18:44:04 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-11-20 18:44:04 -0500 |
commit | 38bd85b83b2114d9a18da7b0ea73e0cdad5c7ee4 (patch) | |
tree | 29378bae4be28c8142b78c4e81c025fdce3cf719 /fc-cache | |
parent | 4a3bef8ac3b91354c6c10b5f6af10ead9d4fe49a (diff) |
[fc-cache] Document -r argument in man page
Diffstat (limited to 'fc-cache')
-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> |