diff options
Diffstat (limited to 'doc/manpages/swift.1')
-rw-r--r-- | doc/manpages/swift.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/manpages/swift.1 b/doc/manpages/swift.1 index 8775eff..aae6c9f 100644 --- a/doc/manpages/swift.1 +++ b/doc/manpages/swift.1 @@ -48,7 +48,7 @@ as well. Lists the containers for the account or the objects for a container. The -p or --prefix is an option that will only list items beginning with that prefix. The -d or --delimiter is option (for container listings only) -that will roll up items with the given delimiter (see Cloud Files general +that will roll up items with the given delimiter (see OpenStack Swift general documentation for what this means). The -l and --lh options provide more detail, similar to ls -l and ls -lh, the latter @@ -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] [...] |