Commit 8adf7a3f authored by Richard Littauer's avatar Richard Littauer

Noted ability to specify multiple keys in `bitswap unwant`

License: MIT
Signed-off-by: default avatarRichard Littauer <richard.littauer@gmail.com>
parent d48cd56f
......@@ -31,7 +31,7 @@ var unwantCmd = &cmds.Command{
Tagline: "Remove a given block from your wantlist.",
},
Arguments: []cmds.Argument{
cmds.StringArg("key", true, true, "Key to remove from your wantlist.").EnableStdin(),
cmds.StringArg("key", true, true, "Key(s) to remove from your wantlist.").EnableStdin(),
},
Run: func(req cmds.Request, res cmds.Response) {
nd, err := req.InvocContext().GetNode()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment