diff --git a/pages/common/fc-cache.md b/pages/common/fc-cache.md index e4940617e4..51dba8ee17 100644 --- a/pages/common/fc-cache.md +++ b/pages/common/fc-cache.md @@ -7,6 +7,10 @@ `fc-cache` +- Generate font cache files verbosely: + +`fc-cache {{[-v|--verbose]}}` + - Force a rebuild of all font cache files, without checking if cache is up-to-date: `fc-cache {{[-f|--force]}}` @@ -14,3 +18,15 @@ - Erase font cache files, then generate new font cache files: `fc-cache {{[-r|--really-force]}}` + +- Scan a specific directory: + +`fc-cache {{path/to/directory}}` + +- Scan system-wide directories, skipping the user's home directory: + +`fc-cache {{[-s|--system-only]}}` + +- Display version: + +`fc-cache {{[-V|--version]}}`