Skip to content

Commit 152e61b

Browse files
committed
Fix --value-stdin description.
Signed-off-by: Felix Fontein <[email protected]>
1 parent 6842fa4 commit 152e61b

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
@@ -1416,7 +1416,7 @@ func main() {
14161416
},
14171417
cli.BoolFlag{
14181418
Name: "value-stdin",
1419-
Usage: "treat 'value' as a file to read the actual value from (avoids leaking secrets in process listings). Mutually exclusive with --value-file",
1419+
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",
14201420
},
14211421
cli.IntFlag{
14221422
Name: "shamir-secret-sharing-threshold",

0 commit comments

Comments
 (0)