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 3b27678 commit d0a3e2fCopy full SHA for d0a3e2f
SoftLayer/CLI/block/refresh.py
@@ -10,10 +10,10 @@
10
@click.argument('volume_id')
11
@click.argument('snapshot_id')
12
@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)
+ help="Cancel current refresh process and initiates the new refresh.",
+ type=click.BOOL,
+ default=False,
+ show_default=True)
17
@environment.pass_env
18
def cli(env, volume_id, snapshot_id, force_refresh):
19
"""Refresh a duplicate volume with a snapshot from its parent."""
0 commit comments