Skip to content

Commit 07b2303

Browse files
authored
Update refresh.py
1 parent 6f40529 commit 07b2303

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

SoftLayer/CLI/file/refresh.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
@click.command(cls=SoftLayer.CLI.command.SLCommand, )
1010
@click.argument('volume_id')
1111
@click.argument('snapshot_id')
12-
@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-
)
12+
@click.option('--force-refresh', '-f', is_flag=True, default=False, show_default=True,
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)