Commit 4882904c authored by Brian Tiger Chow's avatar Brian Tiger Chow

fix: s/bootstrap rm/boostrap remove

License: MIT
Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
parent 3bdb3661
......@@ -37,9 +37,9 @@ Running 'ipfs bootstrap' with no arguments will run 'ipfs bootstrap list'.
Type: bootstrapListCmd.Type,
Subcommands: map[string]*cmds.Command{
"list": bootstrapListCmd,
"add": bootstrapAddCmd,
"rm": bootstrapRemoveCmd,
"list": bootstrapListCmd,
"add": bootstrapAddCmd,
"remove": bootstrapRemoveCmd,
},
}
......
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