Skip to content

Commit 53cc5fd

Browse files
authored
Merge pull request #1963 from felixfontein/fix
CLI: fix --value-stdin description
2 parents 83d6bf1 + 7c64b72 commit 53cc5fd

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
@@ -1431,7 +1431,7 @@ func main() {
14311431
},
14321432
cli.BoolFlag{
14331433
Name: "value-stdin",
1434-
Usage: "treat 'value' as a file to read the actual value from (avoids leaking secrets in process listings). Mutually exclusive with --value-file",
1434+
Usage: "read the value from stdin; the 'value' argument to 'set' is not needed in this case (avoids leaking secrets in process listings). Mutually exclusive with --value-file",
14351435
},
14361436
cli.IntFlag{
14371437
Name: "shamir-secret-sharing-threshold",

0 commit comments

Comments
 (0)