Skip to content

Commit

Permalink
Merge pull request #6960 from ipfs/fix/dht-put-docs
Browse files Browse the repository at this point in the history
doc(commands): document that `dht put` takes a file
  • Loading branch information
Stebalien authored Mar 7, 2020
2 parents f0959de + fef5e8d commit e91e983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/dht.go
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ identified by QmFoo.

Arguments: []cmds.Argument{
cmds.StringArg("key", true, false, "The key to store the value at."),
cmds.FileArg("value", true, false, "The value to store.").EnableStdin(),
cmds.FileArg("value-file", true, false, "A path to a file containing the value to store.").EnableStdin(),
},
Options: []cmds.Option{
cmds.BoolOption(dhtVerboseOptionName, "v", "Print extra information."),
Expand Down

0 comments on commit e91e983

Please sign in to comment.