Skip to content

Commit 2d30c20

Browse files
caberoscaberos
authored andcommitted
fix the team code review comments
1 parent 2a753cd commit 2d30c20

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

SoftLayer/CLI/autoscale/delete.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@
1111
@click.argument('identifier')
1212
@environment.pass_env
1313
def cli(env, identifier):
14-
"""Sets a user's status to CANCEL_PENDING, which will immediately disable the account,
14+
"""Delete this group and destroy all members of it.
1515
16-
and will eventually be fully removed from the account by an automated internal process.
17-
18-
Example: slcli user delete userId
16+
Example: slcli autoscale delete autoscaleId
1917
2018
"""
2119

@@ -24,5 +22,3 @@ def cli(env, identifier):
2422

2523
if result:
2624
click.secho("%s deleted successfully" % identifier, fg='green')
27-
else:
28-
click.secho("Failed to delete %s" % identifier, fg='red')

0 commit comments

Comments
 (0)