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 b2483b4 commit 09c35a9Copy full SHA for 09c35a9
SoftLayer/CLI/virt/create.py
@@ -177,7 +177,7 @@ def _parse_create_args(client, args):
177
@click.option('--image',
178
help="Image ID. See: 'slcli image list' for reference")
179
@click.option('--boot-mode',
180
- help="Specify the mode to boot the OS in",
+ help="Specify the mode to boot the OS in. Supported modes are HVM and PV.",
181
type=click.STRING)
182
@click.option('--billing',
183
type=click.Choice(['hourly', 'monthly']),
0 commit comments