Skip to content

Commit

Permalink
Merge pull request #2409 from ipfs/docs/bitswap-unwant-arg
Browse files Browse the repository at this point in the history
Noted ability to specify multiple keys in `bitswap unwant`
  • Loading branch information
whyrusleeping committed Feb 29, 2016
2 parents 6cd32b3 + 8adf7a3 commit 1d6e0d8
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 1d6e0d8

Please sign in to comment.