Skip to content

Commit 7b64ced

Browse files
Ramkishor ChaladiRamkishor Chaladi
authored andcommitted
added text in description
1 parent dc62965 commit 7b64ced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/commands/account/orders.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func NewOrdersCommand(sl *metadata.SoftlayerCommand) *OrdersCommand {
3131
}
3232
cobraCmd := &cobra.Command{
3333
Use: "orders",
34-
Short: T("Lists account orders."),
34+
Short: T("Lists account orders. Use `slcli order lookup <ID>` to find more details about a specific order."),
3535
Args: metadata.NoArgs,
3636
RunE: func(cmd *cobra.Command, args []string) error {
3737
return thisCmd.Run(args)

0 commit comments

Comments
 (0)