summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthieu Huin <mhu@enovance.com>2013-08-13 17:58:55 +0200
committerMatthieu Huin <mhu@enovance.com>2013-11-04 17:41:55 +0100
commit3cabda8c48dfe559e3f707c2750036247988d9d3 (patch)
treea49032319e1ded9cb6a21553a809cb1e4a9a777f /doc
parentff6ba367faa71a7dd22e210382c8afc41d79d779 (diff)
downloadpython-swiftclient-3cabda8c48dfe559e3f707c2750036247988d9d3.tar.gz
Allow custom headers when using swift download (CLI)
This fixes bug #1051046 A repeatable option, --header or -H, is added so a user can specify custom headers such as Range or If-Modified-Since when downloading an object with the swift CLI. Change-Id: I1f7dcf64cf625f2e5a4488c210894cfe6e0d5974
Diffstat (limited to 'doc')
-rw-r--r--doc/manpages/swift.12
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manpages/swift.1 b/doc/manpages/swift.1
index fb03ea4..aae6c9f 100644
--- a/doc/manpages/swift.1
+++ b/doc/manpages/swift.1
@@ -82,6 +82,8 @@ Downloads everything in the account (with --all), or everything in a
container, or a list of objects depending on the args given. For a single
object download, you may use the -o [--output] <filename> option to
redirect the output to a specific file or if "-" then just redirect to stdout.
+You can specify optional headers with the repeatable cURL-like option
+-H [--header].
.RE
\fBdelete\fR [\fIcommand-options\fR] [\fIcontainer\fR] [\fIobject\fR] [\fIobject\fR] [...]