Skip to content

Commit 798699d

Browse files
authored
Update locations.py
updated the fstring
1 parent 7faeadb commit 798699d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/block/replication/locations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
@click.argument('volume-id')
2525
@click.option('--columns',
2626
callback=column_helper.get_formatter(COLUMNS),
27-
help=f"Columns to display. Options: { ', '.join(column.name for column in COLUMNS)}",
27+
help=f"Columns to display. Options: {', '.join(column.name for column in COLUMNS)}",
2828
default=','.join(DEFAULT_COLUMNS))
2929
@click.option('--sortby', help='Column to sort by', default='Long Name')
3030
@environment.pass_env

0 commit comments

Comments
 (0)