Skip to content

Commit

Permalink
typo: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CC11001100 committed Feb 16, 2024
1 parent da03b99 commit 8bc8f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/decrypt.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func init() {

var decryptCmd = &cobra.Command{
Use: "decrypt",
Short: "Decrypt plaintext using qwerty encryption algorithm",
Short: "Decrypt ciphertext using qwerty encryption algorithm",
Long: ``,
RunE: func(cmd *cobra.Command, args []string) error {

Expand Down

0 comments on commit 8bc8f9b

Please sign in to comment.