summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAlexis Lee <alexisl@hp.com>2013-09-06 14:48:33 +0100
committerAlexis Lee <alexisl@hp.com>2013-09-06 14:57:34 +0100
commit47c33cc4a381f5837b3a67120069ff1291123e40 (patch)
tree71009c4891189bfc1eea645b45ca9d61c0ddb0c0 /bin
parent0278998398cbe0caeb5237b30e316c0a59669c87 (diff)
downloadpython-swiftclient-47c33cc4a381f5837b3a67120069ff1291123e40.tar.gz
Extend usage message for `swift download`
Make it clear that you do not have to provide either the container or object positional parameters, and what swiftclient will do if you omit them. Change-Id: I3766fc1eabd51f197e2175771af579577a96c192
Diffstat (limited to 'bin')
-rwxr-xr-xbin/swift6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/swift b/bin/swift
index 6cfd9ea..68bd0fa 100755
--- a/bin/swift
+++ b/bin/swift
@@ -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