From 47c33cc4a381f5837b3a67120069ff1291123e40 Mon Sep 17 00:00:00 2001
From: Alexis Lee <alexisl@hp.com>
Date: Fri, 6 Sep 2013 14:48:33 +0100
Subject: [PATCH] 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
---
 bin/swift | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/bin/swift b/bin/swift
index 6cfd9ea9..68bd0fa2 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