Skip to content

Commit 3b27678

Browse files
authored
Update refresh.py
1 parent b6d36c2 commit 3b27678

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SoftLayer/CLI/block/refresh.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
@click.argument('volume_id')
1111
@click.argument('snapshot_id')
1212
@click.option('--force-refresh', '-f',
13-
help = "Cancel current refresh process and initiates the new refresh.",
14-
type = click.BOOL,
15-
default = False,
16-
show_default = True)
13+
help="Cancel current refresh process and initiates the new refresh.",
14+
type=click.BOOL,
15+
default=False,
16+
show_default=True)
1717
@environment.pass_env
1818
def cli(env, volume_id, snapshot_id, force_refresh):
1919
"""Refresh a duplicate volume with a snapshot from its parent."""

0 commit comments

Comments
 (0)