Skip to content

Commit b9b0621

Browse files
committed
Fix descriptions of unencrypted-regex and encrypted-regex flags.
Signed-off-by: Mitar <mitar.git@tnode.com>
1 parent b7da2fc commit b9b0621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/sops/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,11 +678,11 @@ func main() {
678678
},
679679
cli.StringFlag{
680680
Name: "unencrypted-regex",
681-
Usage: "set the unencrypted key suffix. When specified, only keys matching the regex will be left unencrypted.",
681+
Usage: "set the unencrypted key regex. When specified, only keys matching the regex will be left unencrypted.",
682682
},
683683
cli.StringFlag{
684684
Name: "encrypted-regex",
685-
Usage: "set the encrypted key suffix. When specified, only keys matching the regex will be encrypted.",
685+
Usage: "set the encrypted key regex. When specified, only keys matching the regex will be encrypted.",
686686
},
687687
cli.StringFlag{
688688
Name: "config",

0 commit comments

Comments
 (0)