Skip to content

Commit

Permalink
doc: write ... -- value works (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickatsegment authored Jul 15, 2019
1 parent 9b6cb14 commit e5ba522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/write.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var (

// writeCmd represents the write command
writeCmd = &cobra.Command{
Use: "write <service> <key> <value|->",
Use: "write <service> <key> [--] <value|->",
Short: "write a secret",
Args: cobra.ExactArgs(3),
RunE: write,
Expand Down

0 comments on commit e5ba522

Please sign in to comment.