Commit 65385b37 authored by Jeromy's avatar Jeromy

fix rm flags

parent 6f750572
......@@ -51,7 +51,7 @@ var cmdIpfsSubUnpin = &commander.Command{
var unpinSubCmd = makeCommand(command{
name: "unpin",
args: 1,
flags: []string{"r", "d"},
flags: []string{"r"},
cmdFn: commands.Unpin,
})
......
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