Commit 0f7757c6 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

subcmd2: added synopsis to bootstrap

parent 3b407c70
......@@ -21,7 +21,13 @@ var peerOptionDesc = "A peer to add to the bootstrap list (in the format '<multi
var bootstrapCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Show or edit the list of bootstrap peers",
ShortDescription: `Running 'ipfs bootstrap' with no arguments will run 'ipfs bootstrap list'.
Synopsis: `
ipfs bootstrap list - Show peers in the bootstrap list
ipfs bootstrap add <peer>... - Add peers to the bootstrap list
ipfs bootstrap remove <peer>... - Removes peers from the bootstrap list
`,
ShortDescription: `
Running 'ipfs bootstrap' with no arguments will run 'ipfs bootstrap list'.
` + bootstrapSecurityWarning,
},
......
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