Skip to content

Commit 22f9187

Browse files
committed
Updated some descriptions in autoscale detail and list
1 parent 917a642 commit 22f9187

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SoftLayer/CLI/autoscale/detail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@click.argument('identifier')
1616
@environment.pass_env
1717
def cli(env, identifier):
18-
"""Get details of an Autoscale groups."""
18+
"""Get details of an Autoscale group."""
1919

2020
autoscale = AutoScaleManager(env.client)
2121
group = autoscale.details(identifier)

SoftLayer/CLI/autoscale/list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@click.command(cls=SLCommand)
1414
@environment.pass_env
1515
def cli(env):
16-
"""List AutoScale Groups."""
16+
"""List all Autoscale Groups on your account."""
1717

1818
autoscale = AutoScaleManager(env.client)
1919
groups = autoscale.list()

0 commit comments

Comments
 (0)