Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7d8770e

Browse files
committedFeb 26, 2016
Noted ability to specify multiple keys in bitswap unwant
1 parent d48cd56 commit 7d8770e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎core/commands/bitswap.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var unwantCmd = &cmds.Command{
3131
Tagline: "Remove a given block from your wantlist.",
3232
},
3333
Arguments: []cmds.Argument{
34-
cmds.StringArg("key", true, true, "Key to remove from your wantlist.").EnableStdin(),
34+
cmds.StringArg("key", true, true, "Key(s) to remove from your wantlist.").EnableStdin(),
3535
},
3636
Run: func(req cmds.Request, res cmds.Response) {
3737
nd, err := req.InvocContext().GetNode()

0 commit comments

Comments
 (0)
Please sign in to comment.