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 917a642 commit 22f9187Copy full SHA for 22f9187
SoftLayer/CLI/autoscale/detail.py
@@ -15,7 +15,7 @@
15
@click.argument('identifier')
16
@environment.pass_env
17
def cli(env, identifier):
18
- """Get details of an Autoscale groups."""
+ """Get details of an Autoscale group."""
19
20
autoscale = AutoScaleManager(env.client)
21
group = autoscale.details(identifier)
SoftLayer/CLI/autoscale/list.py
@@ -13,7 +13,7 @@
13
@click.command(cls=SLCommand)
14
def cli(env):
- """List AutoScale Groups."""
+ """List all Autoscale Groups on your account."""
groups = autoscale.list()
0 commit comments