Skip to content

Commit 31b9888

Browse files
caberoscaberos
authored andcommitted
fix team code review comments
1 parent 094bfeb commit 31b9888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/CLI/order/cancelation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@click.command(cls=SLCommand)
1212
@environment.pass_env
1313
def cli(env):
14-
"""List all active quotes on an account"""
14+
"""List all account cancelations"""
1515
table = formatting.Table([
1616
'Case Number', 'Number Of Items Cancelled', 'Created', 'Status', 'Requested by'])
1717
table.align['Name'] = 'l'

0 commit comments

Comments
 (0)