diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-10-17 17:42:42 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-10-17 17:42:42 +0000 |
commit | 1f2717e3345bbb5306b85c7c62c694b33da6dbcb (patch) | |
tree | 36bd114b54b0677e75aed80441575863037f5300 /bin | |
parent | efde2378c2dab33989112232d2a6bc6d0a72db48 (diff) | |
parent | 47c33cc4a381f5837b3a67120069ff1291123e40 (diff) | |
download | python-swiftclient-1f2717e3345bbb5306b85c7c62c694b33da6dbcb.tar.gz |
Merge "Extend usage message for `swift download`"
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/swift | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -244,9 +244,11 @@ st_download_help = ''' Download objects from containers Positional arguments: - <container> Name of container to download from + <container> Name of container to download from. To download a + whole account, omit this and specify --all. <object> Name of object to download. Specify multiple times - for multiple objects + for multiple objects. Omit this to download all + objects from the container. Optional arguments: --all Indicates that you really want to download |