diff --git a/cratonclient/shell/v1/cells_shell.py b/cratonclient/shell/v1/cells_shell.py index 9a75310..af890a8 100644 --- a/cratonclient/shell/v1/cells_shell.py +++ b/cratonclient/shell/v1/cells_shell.py @@ -55,7 +55,7 @@ def do_cell_show(cc, args): nargs='+', metavar='', 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') def do_cell_list(cc, args): diff --git a/cratonclient/shell/v1/hosts_shell.py b/cratonclient/shell/v1/hosts_shell.py index d9b9bc6..d36e986 100644 --- a/cratonclient/shell/v1/hosts_shell.py +++ b/cratonclient/shell/v1/hosts_shell.py @@ -60,7 +60,7 @@ def do_host_show(cc, args): nargs='+', metavar='', 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') def do_host_list(cc, args): diff --git a/cratonclient/shell/v1/projects_shell.py b/cratonclient/shell/v1/projects_shell.py index 6bda22e..0e9a846 100644 --- a/cratonclient/shell/v1/projects_shell.py +++ b/cratonclient/shell/v1/projects_shell.py @@ -44,7 +44,7 @@ def do_project_show(cc, args): nargs='+', metavar='', 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') def do_project_list(cc, args): diff --git a/cratonclient/shell/v1/regions_shell.py b/cratonclient/shell/v1/regions_shell.py index c112185..920bb7d 100644 --- a/cratonclient/shell/v1/regions_shell.py +++ b/cratonclient/shell/v1/regions_shell.py @@ -41,7 +41,7 @@ def do_region_create(cc, args): nargs='+', metavar='', 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') def do_region_list(cc, args):