Skip to content

Commit

Permalink
chore: address pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Nov 29, 2024
1 parent a6c924a commit ed9b758
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/covd/key.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var createKeyCommand = cli.Command{
},
cli.StringFlag{
Name: keyNameFlag,
Usage: "The unique name of the Covenant key",
Usage: "The unique name of the covenant key",
Required: true,
},
cli.StringFlag{
Expand Down Expand Up @@ -113,12 +113,12 @@ var showKeyCommand = cli.Command{
},
cli.StringFlag{
Name: keyNameFlag,
Usage: "The unique name of the Covenant key",
Usage: "The name of the covenant key",
Required: true,
},
cli.StringFlag{
Name: passphraseFlag,
Usage: "The pass phrase used to encrypt the keys",
Usage: "The pass phrase used to decrypt the key",
Value: defaultPassphrase,
},
cli.StringFlag{
Expand Down

0 comments on commit ed9b758

Please sign in to comment.