We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be52910 + fad8935 commit 0b039a6Copy full SHA for 0b039a6
1 file changed
plugin/commands/account/orders.go
@@ -32,6 +32,7 @@ func NewOrdersCommand(sl *metadata.SoftlayerCommand) *OrdersCommand {
32
cobraCmd := &cobra.Command{
33
Use: "orders",
34
Short: T("Lists account orders."),
35
+ Long: T("Lists account orders.") + " " + T("Use `${COMMAND_NAME} sl order lookup <ID>` to find more details about a specific order."),
36
Args: metadata.NoArgs,
37
RunE: func(cmd *cobra.Command, args []string) error {
38
return thisCmd.Run(args)
0 commit comments