diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-09-18 19:56:58 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-09-18 19:56:58 +0200 |
commit | 0e4574529670e5a3fa844b858a1331f12afd4eec (patch) | |
tree | 81c1bf10a7127788090aa961e18f4cc8e2d73d02 /mmv.1 | |
parent | 6f392071ed416f1767e209f1d6c98b1d70447337 (diff) |
Document the fallback backup directory
Diffstat (limited to 'mmv.1')
-rw-r--r-- | mmv.1 | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.Dd $Mdocdate: September 15 2023 $ +.Dd $Mdocdate: September 18 2023 $ .Dt MMV 1 .Os .Sh NAME @@ -114,6 +114,12 @@ The backup directory where a copy of your input files are stored during operation. Input files are backed up in a subdirectory whose name is the timestamp of when the directory was created. +If the +.Ev XDG_CACHE_DIR +environment variable is not set, +.Nm +will default to using +.Pa $HOME/.cache/mmv . .El .Sh EXIT STATUS .Ex -std mmv mcp |