summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/manpages/swift.13
-rw-r--r--doc/source/cli.rst4
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/manpages/swift.1 b/doc/manpages/swift.1
index 1f288d6..d44a7d5 100644
--- a/doc/manpages/swift.1
+++ b/doc/manpages/swift.1
@@ -102,6 +102,9 @@ with \-\-no-download actually not to write anything to disk.
The \-\-ignore-checksum is an option that turns off checksum validation.
You can specify optional headers with the repeatable cURL-like option
\-H [\-\-header]. For more details and options see swift download \-\-help.
+The \-\-ignore\-mtime option ignores the x\-object\-meta\-mtime metadata entry
+on the object (if present) and instead creates the downloaded files with
+fresh atime and mtime values.
.RE
\fBdelete\fR [\fIcommand-options\fR] [\fIcontainer\fR] [\fIobject\fR] [\fIobject\fR] [...]
diff --git a/doc/source/cli.rst b/doc/source/cli.rst
index 8d80d1b..8df95aa 100644
--- a/doc/source/cli.rst
+++ b/doc/source/cli.rst
@@ -188,7 +188,9 @@ Download
option to redirect the output to a specific file or ``-`` to
redirect to stdout. The ``--ignore-checksum`` is an option that turn off
checksum validation. You can specify optional headers with the repeatable
- cURL-like option ``-H [--header <name:value>]``.
+ cURL-like option ``-H [--header <name:value>]``. ``--ignore-mtime`` ignores the
+ ``x-object-meta-mtime`` metadata entry on the object (if present) and instead
+ creates the downloaded files with fresh atime and mtime values.
Delete
------