Skip to content

Commit 5a5db23

Browse files
authored
Update locations.py
updated the fstring
1 parent ca0cd6c commit 5a5db23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/file/replication/locations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
@click.option('--sortby', help='Column to sort by', default='Long Name')
2626
@click.option('--columns',
2727
callback=column_helper.get_formatter(COLUMNS),
28-
help=f"Columns to display. Options: { ', '.join(column.name for column in COLUMNS)}",
28+
help=f"Columns to display. Options: {', '.join(column.name for column in COLUMNS)}",
2929
default=','.join(DEFAULT_COLUMNS))
3030
@environment.pass_env
3131
def cli(env, columns, sortby, volume_id):

0 commit comments

Comments
 (0)