diff --git a/SoftLayer/CLI/hardware/create.py b/SoftLayer/CLI/hardware/create.py index dcd535657..472cec2e2 100644 --- a/SoftLayer/CLI/hardware/create.py +++ b/SoftLayer/CLI/hardware/create.py @@ -49,7 +49,7 @@ @helpers.multi_option('--extra', '-e', help="Extra options") @click.option('--test', is_flag=True, - help="Do not actually create the virtual server") + help="Do not actually create the server") @click.option('--template', '-t', is_eager=True, callback=template.TemplateCallback(list_args=['key']), diff --git a/SoftLayer/CLI/hardware/credentials.py b/SoftLayer/CLI/hardware/credentials.py index ca768bbfe..786510444 100644 --- a/SoftLayer/CLI/hardware/credentials.py +++ b/SoftLayer/CLI/hardware/credentials.py @@ -1,4 +1,4 @@ -"""List virtual server credentials.""" +"""List server credentials.""" # :license: MIT, see LICENSE for more details. import click @@ -13,7 +13,7 @@ @click.argument('identifier') @environment.pass_env def cli(env, identifier): - """List virtual server credentials.""" + """List server credentials.""" manager = SoftLayer.HardwareManager(env.client) hardware_id = helpers.resolve_id(manager.resolve_ids,