Merge "Fix help messages for resource-listing commands"

This commit is contained in:
Jenkins 2017-03-01 15:09:14 +00:00 committed by Gerrit Code Review
commit da5d9c21d9
4 changed files with 4 additions and 4 deletions

@ -54,7 +54,7 @@ def do_cell_show(cc, args):
nargs='+',
metavar='<fields>',
default=[],
help='Comma-separated list of fields to display. '
help='Space-separated list of fields to display. '
'Only these fields will be fetched from the server. '
'Can not be used when "--detail" is specified')
@cliutils.arg('--all',

@ -59,7 +59,7 @@ def do_host_show(cc, args):
nargs='+',
metavar='<fields>',
default=[],
help='Comma-separated list of fields to display. '
help='Space-separated list of fields to display. '
'Only these fields will be fetched from the server. '
'Can not be used when "--detail" is specified')
@cliutils.arg('--all',

@ -39,7 +39,7 @@ def do_project_show(cc, args):
nargs='+',
metavar='<fields>',
default=[],
help='Comma-separated list of fields to display. '
help='Space-separated list of fields to display. '
'Only these fields will be fetched from the server. '
'Can not be used when "--detail" is specified')
@cliutils.arg('--all',

@ -46,7 +46,7 @@ def do_region_create(cc, args):
nargs='+',
metavar='<fields>',
default=[],
help='Comma-separated list of fields to display. '
help='Space-separated list of fields to display. '
'Only these fields will be fetched from the server. '
'Can not be used when "--detail" is specified')
@cliutils.arg('--all',