Skip to content

Commit

Permalink
Fix descriptions of unencrypted-regex and encrypted-regex flags.
Browse files Browse the repository at this point in the history
Signed-off-by: Mitar <mitar.git@tnode.com>
  • Loading branch information
mitar committed Sep 22, 2023
1 parent b7da2fc commit b9b0621
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/sops/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -678,11 +678,11 @@ func main() {
},
cli.StringFlag{
Name: "unencrypted-regex",
Usage: "set the unencrypted key suffix. When specified, only keys matching the regex will be left unencrypted.",
Usage: "set the unencrypted key regex. When specified, only keys matching the regex will be left unencrypted.",
},
cli.StringFlag{
Name: "encrypted-regex",
Usage: "set the encrypted key suffix. When specified, only keys matching the regex will be encrypted.",
Usage: "set the encrypted key regex. When specified, only keys matching the regex will be encrypted.",
},
cli.StringFlag{
Name: "config",
Expand Down

0 comments on commit b9b0621

Please sign in to comment.