summaryrefslogtreecommitdiff
path: root/doc/manpages/swift.1
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-11-27 10:16:55 +0000
committerGerrit Code Review <review@openstack.org>2013-11-27 10:16:55 +0000
commita253b5cecd95137069bdf40e4b18abada6f15a22 (patch)
treed898488de5759eb523284ca98bdf3da057c361f3 /doc/manpages/swift.1
parent04e0cb27839cec474bce383d4364fd76dcb6e4b2 (diff)
parent3cabda8c48dfe559e3f707c2750036247988d9d3 (diff)
downloadpython-swiftclient-a253b5cecd95137069bdf40e4b18abada6f15a22.tar.gz
Merge "Allow custom headers when using swift download (CLI)"
Diffstat (limited to 'doc/manpages/swift.1')
-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] [...]