mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 02:35:25 +02:00
fc-cache: add examples (#16320)
* fc-cache: add examples --------- Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com> Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
This commit is contained in:
parent
20e965290d
commit
b92683b054
1 changed files with 16 additions and 0 deletions
|
@ -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]}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue