File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class BMetalCreateOptions(CLIRunnable):
3838 """
3939usage: sl bmetal create-options [options]
4040
41- Output available available options when creating a server
41+ Output available available options when creating a bare metal instance.
4242
4343Options:
4444 --all Show all options. default if no other option provided
@@ -312,10 +312,7 @@ class CreateBMetalInstance(CLIRunnable):
312312 available datacenter
313313 -n MBPS, --network=MBPS Network port speed in Mbps
314314 -b MBPS, --bandwith=MBPS Outbound bandwidth in Mbps
315- --dry-run, --test Do not create CCI, just get a quote
316-
317- --wait=SECONDS Block until CCI is finished provisioning for up to X
318- seconds before returning.
315+ --dry-run, --test Do not create the instance, just get a quote
319316"""
320317 action = 'create'
321318 options = ['confirm' ]
You can’t perform that action at this time.
0 commit comments