Skip to content

Commit afb20da

Browse files
committed
mentioning slcli order lookup in account orders doc block. #1340
1 parent e75b027 commit afb20da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SoftLayer/CLI/account/orders.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Order list account"""
1+
"""Lists account orders."""
22
# :license: MIT, see LICENSE for more details.
33

44
import click
@@ -16,7 +16,7 @@
1616
show_default=True)
1717
@environment.pass_env
1818
def cli(env, limit):
19-
"""Order list account."""
19+
"""Lists account orders. Use `slcli order lookup <ID>` to find more details about a specific order."""
2020
manager = AccountManager(env.client)
2121
orders = manager.get_account_all_billing_orders(limit)
2222

0 commit comments

Comments
 (0)