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 /man1/metastore.1 | |
parent | 7292804c1bafd43389defc0d7b4352ada666d626 (diff) |
Make "--no-mtime" apply to "dump" action
Diffstat (limited to 'man1/metastore.1')
-rw-r--r-- | man1/metastore.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man1/metastore.1 b/man1/metastore.1 index ee01dd8..f9d1755 100644 --- a/man1/metastore.1 +++ b/man1/metastore.1 @@ -49,10 +49,10 @@ Causes metastore to print less verbose messages. Can be repeated more than once for even less verbosity. .TP .B \-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. .TP .B \-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. .TP .B \-e, \-\-empty\-dirs Also attempts to recreate missing empty directories. May be useful where |