Skip to content

Commit abfe884

Browse files
authored
Merge pull request #1975 from DennisGaida/patch-1
wrong word usage decryption > encryption
2 parents b64f9c9 + df593ba commit abfe884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/sops/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ func main() {
917917
},
918918
cli.StringFlag{
919919
Name: "output",
920-
Usage: "Save the output after decryption to the file specified",
920+
Usage: "Save the output after encryption to the file specified",
921921
},
922922
cli.StringFlag{
923923
Name: "kms, k",

0 commit comments

Comments
 (0)