We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa2dd9 commit 322f159Copy full SHA for 322f159
1 file changed
plugin/commands/account/cancel-item.go
@@ -24,7 +24,7 @@ func NewCancelItemCommand(sl *metadata.SoftlayerCommand) *CancelItemCommand {
24
AccountManager: managers.NewAccountManager(sl.Session),
25
}
26
cobraCmd := &cobra.Command{
27
- Use: "cancel-item",
+ Use: "cancel-item " + T("IDENTIFIER"),
28
Short: T("Cancels a billing item."),
29
Long: T(`Cancel the resource or service for a billing Item. By default the billing item will be canceled
30
on the next bill date and reclaim of the resource will begin shortly after the cancellation`),
0 commit comments