Skip to content

Commit

Permalink
Noted ability to specify multiple keys in bitswap unwant
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Feb 26, 2016
1 parent d48cd56 commit 7d8770e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/bitswap.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 7d8770e

Please sign in to comment.