diff options
Diffstat (limited to 'man1/metastore.1')
-rw-r--r-- | man1/metastore.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man1/metastore.1 b/man1/metastore.1 index 1e01daf..ee01dd8 100644 --- a/man1/metastore.1 +++ b/man1/metastore.1 @@ -51,6 +51,9 @@ once for even less verbosity. .B \-m, \-\-mtime Causes metastore to also take mtime into account for the compare or apply actions. .TP +.B \-M, \-\-no\-mtime +Causes metastore to not save mtime in the metadata +.TP .B \-e, \-\-empty\-dirs Also attempts to recreate missing empty directories. May be useful where empty directories are not tracked (e.g. by git or cvs). @@ -108,7 +111,7 @@ in and .I mtime is the ISO-8601 extended format representation of the last-modified time in UTC, -with nanosecond precision. +with nanosecond precision, or a literal "0" if mtime is not saved. Strings are URL-encoded, and all characters from 0x00 to 0x20 (inclusive), 0x25 (%) and 0x7F \fBmust\fR be encoded. |