We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75b027 commit afb20daCopy full SHA for afb20da
SoftLayer/CLI/account/orders.py
@@ -1,4 +1,4 @@
1
-"""Order list account"""
+"""Lists account orders."""
2
# :license: MIT, see LICENSE for more details.
3
4
import click
@@ -16,7 +16,7 @@
16
show_default=True)
17
@environment.pass_env
18
def cli(env, limit):
19
- """Order list account."""
+ """Lists account orders. Use `slcli order lookup <ID>` to find more details about a specific order."""
20
manager = AccountManager(env.client)
21
orders = manager.get_account_all_billing_orders(limit)
22
0 commit comments