Skip to content

Commit 0104441

Browse files
allmightyspiffGitHub Enterprise
authored andcommitted
Merge pull request #818 from SoftLayer/issues817
Added IDENTIFIER to 'account cancel-item'
2 parents 7aa2dd9 + 322f159 commit 0104441

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugin/commands/account/cancel-item.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func NewCancelItemCommand(sl *metadata.SoftlayerCommand) *CancelItemCommand {
2424
AccountManager: managers.NewAccountManager(sl.Session),
2525
}
2626
cobraCmd := &cobra.Command{
27-
Use: "cancel-item",
27+
Use: "cancel-item " + T("IDENTIFIER"),
2828
Short: T("Cancels a billing item."),
2929
Long: T(`Cancel the resource or service for a billing Item. By default the billing item will be canceled
3030
on the next bill date and reclaim of the resource will begin shortly after the cancellation`),

0 commit comments

Comments
 (0)