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 9ba6f9a commit 5d58a9cCopy full SHA for 5d58a9c
SoftLayer/CLI/file/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