Skip to content

Commit e5b143f

Browse files
Merge pull request #2058 from ramkishor-ch/issue_2010
./slcli account cancel-item message/help text is added.
2 parents 1ff0d8c + 6f0ec4c commit e5b143f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

SoftLayer/CLI/account/cancel_item.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
@click.argument('identifier')
1212
@environment.pass_env
1313
def cli(env, identifier):
14-
"""Cancels a billing item."""
14+
"""Cancel the resource or service for a billing item.
15+
16+
By default the billing item will be canceled on the next bill date and
17+
reclaim of the resource will begin shortly after the cancellation
18+
"""
1519

1620
manager = AccountManager(env.client)
1721
item = manager.cancel_item(identifier)

0 commit comments

Comments
 (0)