Skip to content

Commit de74d45

Browse files
authored
Update list.py
updated the fstring
1 parent 1582876 commit de74d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/file/list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
@click.option('--sortby', help='Column to sort by', default='username')
6464
@click.option('--columns',
6565
callback=column_helper.get_formatter(COLUMNS),
66-
help=f"Columns to display. Options: { ', '.join(column.name for column in COLUMNS)}",
66+
help=f"Columns to display. Options: {', '.join(column.name for column in COLUMNS)}",
6767
default=','.join(DEFAULT_COLUMNS))
6868
@environment.pass_env
6969
def cli(env, sortby, columns, datacenter, username, storage_type, order):

0 commit comments

Comments
 (0)