Skip to content

Commit 84c5306

Browse files
authored
Update refresh.py
1 parent bf1c864 commit 84c5306

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SoftLayer/CLI/block/refresh.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
@click.argument('volume_id')
1111
@click.argument('snapshot_id')
1212
@click.option('--force-refresh', '-f', is_flag = True, default = False, show_default = True,
13-
help="Cancel current refresh process and initiates the new refresh."
14-
)
13+
help="Cancel current refresh process and initiates the new refresh.")
1514
@environment.pass_env
1615
def cli(env, volume_id, snapshot_id, force_refresh):
1716
"""Refresh a duplicate volume with a snapshot from its parent."""

0 commit comments

Comments
 (0)