Merge "Fix help messages for resource-listing commands"
This commit is contained in:
commit
da5d9c21d9
@ -54,7 +54,7 @@ def do_cell_show(cc, args):
|
|||||||
nargs='+',
|
nargs='+',
|
||||||
metavar='<fields>',
|
metavar='<fields>',
|
||||||
default=[],
|
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. '
|
'Only these fields will be fetched from the server. '
|
||||||
'Can not be used when "--detail" is specified')
|
'Can not be used when "--detail" is specified')
|
||||||
@cliutils.arg('--all',
|
@cliutils.arg('--all',
|
||||||
|
@ -59,7 +59,7 @@ def do_host_show(cc, args):
|
|||||||
nargs='+',
|
nargs='+',
|
||||||
metavar='<fields>',
|
metavar='<fields>',
|
||||||
default=[],
|
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. '
|
'Only these fields will be fetched from the server. '
|
||||||
'Can not be used when "--detail" is specified')
|
'Can not be used when "--detail" is specified')
|
||||||
@cliutils.arg('--all',
|
@cliutils.arg('--all',
|
||||||
|
@ -39,7 +39,7 @@ def do_project_show(cc, args):
|
|||||||
nargs='+',
|
nargs='+',
|
||||||
metavar='<fields>',
|
metavar='<fields>',
|
||||||
default=[],
|
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. '
|
'Only these fields will be fetched from the server. '
|
||||||
'Can not be used when "--detail" is specified')
|
'Can not be used when "--detail" is specified')
|
||||||
@cliutils.arg('--all',
|
@cliutils.arg('--all',
|
||||||
|
@ -46,7 +46,7 @@ def do_region_create(cc, args):
|
|||||||
nargs='+',
|
nargs='+',
|
||||||
metavar='<fields>',
|
metavar='<fields>',
|
||||||
default=[],
|
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. '
|
'Only these fields will be fetched from the server. '
|
||||||
'Can not be used when "--detail" is specified')
|
'Can not be used when "--detail" is specified')
|
||||||
@cliutils.arg('--all',
|
@cliutils.arg('--all',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user