Skip to content

Commit 09c35a9

Browse files
author
Kristy Wienken
committed
add supported modes to create options
1 parent b2483b4 commit 09c35a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/virt/create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def _parse_create_args(client, args):
177177
@click.option('--image',
178178
help="Image ID. See: 'slcli image list' for reference")
179179
@click.option('--boot-mode',
180-
help="Specify the mode to boot the OS in",
180+
help="Specify the mode to boot the OS in. Supported modes are HVM and PV.",
181181
type=click.STRING)
182182
@click.option('--billing',
183183
type=click.Choice(['hourly', 'monthly']),

0 commit comments

Comments
 (0)