Skip to content

Commit eb2b991

Browse files
authored
Update list.py
updated the fstring
1 parent e7e6682 commit eb2b991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/file/snapshot/list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
default='created')
3232
@click.option('--columns',
3333
callback=column_helper.get_formatter(COLUMNS),
34-
help=f"Columns to display. Options: { ', '.join(column.name for column in COLUMNS)}",
34+
help=f"Columns to display. Options: {', '.join(column.name for column in COLUMNS)}",
3535
default=','.join(DEFAULT_COLUMNS))
3636
@environment.pass_env
3737
def cli(env, volume_id, sortby, columns):

0 commit comments

Comments
 (0)