parent
42c8ad48f9
commit
58c0999666
|
@ -32,9 +32,9 @@ generated on first run.
|
||||||
|
|
||||||
== OPTIONS
|
== OPTIONS
|
||||||
|
|
||||||
[format="csv",frame="none",grid="none",cols="2"]
|
[format="csv",frame="none",grid="none"]
|
||||||
|======
|
|======
|
||||||
*--cleanup*,Delete old cache files.
|
*--cleanup*,Delete old cache files (older than +clean_after_hours+).
|
||||||
|======
|
|======
|
||||||
|
|
||||||
== EXAMPLES
|
== EXAMPLES
|
||||||
|
@ -68,8 +68,11 @@ cache_dir = "/home/user/.cache/compilescript";
|
||||||
|
|
||||||
== FILES
|
== FILES
|
||||||
|
|
||||||
* Configuration file: `${XDG_CONFIG_HOME}/compilescript.cfg`
|
[format="csv",frame="none",grid="none",cols=">,<"]
|
||||||
* Cache: `${XDG_CACHE_HOME}/compilescript/`
|
|======
|
||||||
|
Configuration file:,`${XDG_CONFIG_HOME}/compilescript.cfg`
|
||||||
|
Cache:,`${XDG_CACHE_HOME}/compilescript/`
|
||||||
|
|======
|
||||||
|
|
||||||
`${XDG_CONFIG_HOME}` is usually `~/.config` and `${XDG_DATA_HOME}` is usually
|
`${XDG_CONFIG_HOME}` is usually `~/.config` and `${XDG_DATA_HOME}` is usually
|
||||||
`~/.cache`
|
`~/.cache`
|
||||||
|
|
Reference in New Issue
Block a user