Update command descriptions

Several commands did not have descriptions or the descriptions
they had were insufficient. This adds mission descriptions
and fattens up those that were too lean.

Change-Id: I091ae70cdae5d3f72f273519d88873cb5392ba3b
This commit is contained in:
Brian Waldon
2012-08-21 13:07:08 -07:00
parent d64876424e
commit 5069d66d51
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ from glanceclient import exc
@utils.arg('--page-size', metavar='<SIZE>', default=None, type=int,
help='Number of images to request in each paginated request.')
def do_image_list(gc, args):
"""List images."""
"""List images you can access."""
kwargs = {}
if args.page_size is not None:
kwargs['page_size'] = args.page_size