Skip to content

Commit 0b039a6

Browse files
allmightyspiffGitHub Enterprise
authored andcommitted
Merge pull request #770 from Ramkishor-Chaladi/issue_725
./softlayer-cli account orders --help description some text was missing
2 parents be52910 + fad8935 commit 0b039a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugin/commands/account/orders.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ func NewOrdersCommand(sl *metadata.SoftlayerCommand) *OrdersCommand {
3232
cobraCmd := &cobra.Command{
3333
Use: "orders",
3434
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)