We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7e6682 commit eb2b991Copy full SHA for eb2b991
1 file changed
SoftLayer/CLI/file/snapshot/list.py
@@ -31,7 +31,7 @@
31
default='created')
32
@click.option('--columns',
33
callback=column_helper.get_formatter(COLUMNS),
34
- help=f"Columns to display. Options: { ', '.join(column.name for column in COLUMNS)}",
+ help=f"Columns to display. Options: {', '.join(column.name for column in COLUMNS)}",
35
default=','.join(DEFAULT_COLUMNS))
36
@environment.pass_env
37
def cli(env, volume_id, sortby, columns):
0 commit comments