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
This commit is contained in:
Alexis Lee 2013-09-06 14:48:33 +01:00
parent 0278998398
commit 47c33cc4a3
1 changed files with 4 additions and 2 deletions

View File

@ -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