Skip to content

Commit

Permalink
Improve delete registry help message
Browse files Browse the repository at this point in the history
Signed-off-by: Akshat <akshat25iiit@gmail.com>
  • Loading branch information
akshatdalton committed May 16, 2023
1 parent 1ab60f5 commit ab83c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/registry/delete_registry.go
Expand Up @@ -21,7 +21,7 @@ func NewDeleteRegistryCommand() *cobra.Command {

cmd := &cobra.Command{
Use: "registry [NAME|ID]",
Short: "delete registry by name or id",
Short: "delete registry by id",
Args: cobra.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
id, err := strconv.Atoi(args[0])
Expand Down

0 comments on commit ab83c98

Please sign in to comment.