Skip to content

Commit d9e1f04

Browse files
author
Paola Nicosia
committed
fix: itd command
1 parent 42da7d8 commit d9e1f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/cmd/item-type-definition.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import (
2323

2424
func ItemTypeDefinitionCmd(options *clioptions.CLIOptions) *cobra.Command {
2525
cmd := &cobra.Command{
26-
Use: "catalog",
27-
Short: "View and manage Catalog items. This command is available from Mia-Platform Console v14.1.0.",
26+
Use: "itd",
27+
Short: "View and manage Item Type Definitions. This command is available from Mia-Platform Console v14.1.0.",
2828
}
2929

3030
// add cmd flags

0 commit comments

Comments
 (0)