Skip to content

Commit fad8935

Browse files
Ramkishor ChaladiRamkishor Chaladi
authored andcommitted
updated the long text to latest
1 parent 2ba3058 commit fad8935

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plugin/commands/account/orders.go

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

0 commit comments

Comments
 (0)