Skip to content

Commit 1574911

Browse files
caberoscaberos
authored andcommitted
fix the tox analysis
1 parent 3e41e5b commit 1574911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SoftLayer/CLI/licenses/cancel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@click.option('--immediate', is_flag=True, help='Immediate cancellation')
1515
@environment.pass_env
1616
def cli(env, key, immediate):
17-
"""Cancel VMware license."""
17+
"""Cancel VMware licenses."""
1818

1919
if not immediate:
2020
immediate = False

SoftLayer/CLI/licenses/create.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@click.option('--datacenter', '-d', required=True, prompt=True, help="Datacenter shortname")
1414
@environment.pass_env
1515
def cli(env, key, datacenter):
16-
"""Order/create a vlan instance."""
16+
"""Order/create a Vm licenses instance."""
1717

1818
complex_type = 'SoftLayer_Container_Product_Order_Software_License'
1919
item_package = [key]

0 commit comments

Comments
 (0)