Skip to content

Commit

Permalink
Update internal/delete.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tomek Labuk <89924840+labtom@users.noreply.github.com>
  • Loading branch information
nieomylnieja and labtom authored Aug 20, 2024
1 parent 49ece29 commit 6fd888b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (r *RootCmd) NewDeleteCmd() *cobra.Command {
registerDryRunFlag(cmd, &deleteCmd.dryRun)
registerAutoConfirmationFlag(cmd, &deleteCmd.autoConfirm)
cmd.Flags().StringVarP(&deleteCmd.project, "project", "p", "",
`Assigns the provided Project to the resources if no Project was defined in the object's definition.`)
`Assigns the provided Project to the resources if no Project is defined in the object's definition.`)

// register all subcommands for delete
for _, def := range []struct {
Expand Down

0 comments on commit 6fd888b

Please sign in to comment.