Skip to content

Commit

Permalink
Update cmd/delete.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jarosław Rodak <jaroslaw.rodak@hey.com>
  • Loading branch information
lukaszkowalczyk98 and jadrol authored Nov 20, 2023
1 parent 79963d9 commit a14af6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
// deleteCmd represents the delete command
var deleteCmd = &cobra.Command{
Use: "delete KEY",
Short: "Remove secrets from Treasury",
Short: "Remove secret from Treasury",
Long: `Remove secret with the given key from Treasury.`,
RunE: delete,
}
Expand Down

0 comments on commit a14af6f

Please sign in to comment.