We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7da2fc commit b9b0621Copy full SHA for b9b0621
cmd/sops/main.go
@@ -678,11 +678,11 @@ func main() {
678
},
679
cli.StringFlag{
680
Name: "unencrypted-regex",
681
- 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.",
682
683
684
Name: "encrypted-regex",
685
- 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.",
686
687
688
Name: "config",
0 commit comments