Correct the help info of resource-list sub-command.

Fixes: bug #1133823

Change-Id: I98691379c9c0adf78ef9ab761c2f2b203cd1ee6c
This commit is contained in:
Jason Zhang
2013-02-26 18:14:34 -08:00
parent a692906b38
commit dde86a3814

View File

@@ -108,7 +108,7 @@ def do_user_list(cc, args={}):
help='ISO date in UTC which limits resouces by '
'last update time <= this value')
def do_resource_list(cc, args={}):
'''List the users'''
'''List the resources'''
kwargs = {'source': args.source,
'user_id': args.user_id,
'project_id': args.project_id,