We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c5306 commit 6f40529Copy full SHA for 6f40529
SoftLayer/CLI/block/refresh.py
@@ -9,7 +9,7 @@
9
@click.command(cls=SoftLayer.CLI.command.SLCommand, )
10
@click.argument('volume_id')
11
@click.argument('snapshot_id')
12
-@click.option('--force-refresh', '-f', is_flag = True, default = False, show_default = True,
+@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
@environment.pass_env
15
def cli(env, volume_id, snapshot_id, force_refresh):
0 commit comments