diff options
author | Adam Spragg <adam@spra.gg> | 2022-05-23 15:00:28 +0100 |
---|---|---|
committer | Adam Spragg <adam@spra.gg> | 2022-05-24 10:12:33 +0100 |
commit | 7c0520451b071e77b4c432ed89fc7559b8c58138 (patch) | |
tree | 6516f87c94a67deabadc03a13eefeccb7a931b92 /metastore.txt | |
parent | 7292804c1bafd43389defc0d7b4352ada666d626 (diff) |
Make "--no-mtime" apply to "dump" action
Diffstat (limited to 'metastore.txt')
-rw-r--r-- | metastore.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/metastore.txt b/metastore.txt index ba81a05..351ccc4 100644 --- a/metastore.txt +++ b/metastore.txt @@ -51,11 +51,12 @@ OPTIONS more than once for even less verbosity. -m, --mtime - Causes metastore to also take mtime into account for the compare - or apply actions. + Causes metastore to take mtime into account for the compare or + apply actions. -M, --no-mtime - Causes metastore to not save mtime in the metadata + Causes metastore to not take mtime into account for the dump or + save actions. -e, --empty-dirs Also attempts to recreate missing empty directories. May be use‐ |