diff options
author | Matthieu Huin <mhu@enovance.com> | 2013-08-13 17:58:55 +0200 |
---|---|---|
committer | Matthieu Huin <mhu@enovance.com> | 2013-11-04 17:41:55 +0100 |
commit | 3cabda8c48dfe559e3f707c2750036247988d9d3 (patch) | |
tree | a49032319e1ded9cb6a21553a809cb1e4a9a777f /doc | |
parent | ff6ba367faa71a7dd22e210382c8afc41d79d779 (diff) | |
download | python-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.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] [...] |