diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-12-25 11:20:10 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-12-25 11:20:10 +0000 |
commit | 20cd3402b2f74bc0a29de8402a2b4cfac3ad61b3 (patch) | |
tree | 2df235c404383a97a36daf34ef26a35e2427d427 /doc/manpages/swift.1 | |
parent | 2d15780a468d1894602333182d56589039bdb93a (diff) | |
parent | 26ecec0f6dec1b9fd2c91ffd0f642685b1b155a0 (diff) | |
download | python-swiftclient-20cd3402b2f74bc0a29de8402a2b4cfac3ad61b3.tar.gz |
Merge "Add --object-name"
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 aae6c9f..a6292fc 100644 --- a/doc/manpages/swift.1 +++ b/doc/manpages/swift.1 @@ -61,7 +61,9 @@ of container or objects being listed. .RS 4 Uploads to the given container the files and directories specified by the remaining args. The -c or --changed is an option that will only upload files -that have changed since the last upload. The -S <size> or --segment-size <size> +that have changed since the last upload. The --object-name <object-name> is +an option that will upload file and name object to <object-name> or upload dir +and use <object-name> as object prefix. The -S <size> or --segment-size <size> and --leave-segments are options as well (see --help for more). .RE |