mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-27 13:27:50 +08:00
doc(commands): document that dht put takes a file
Turns out that our CLI help text doesn't indicate whether or not a command takes a file.
This commit is contained in:
parent
083ef47ce8
commit
fef5e8d780
@ -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."),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user