diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-11-27 10:16:55 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-11-27 10:16:55 +0000 |
commit | a253b5cecd95137069bdf40e4b18abada6f15a22 (patch) | |
tree | d898488de5759eb523284ca98bdf3da057c361f3 /doc/manpages/swift.1 | |
parent | 04e0cb27839cec474bce383d4364fd76dcb6e4b2 (diff) | |
parent | 3cabda8c48dfe559e3f707c2750036247988d9d3 (diff) | |
download | python-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.1 | 2 |
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] [...] |