Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
0f7757c6
Commit
0f7757c6
authored
10 years ago
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
subcmd2: added synopsis to bootstrap
parent
3b407c70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
core/commands2/bootstrap.go
core/commands2/bootstrap.go
+7
-1
No files found.
core/commands2/bootstrap.go
View file @
0f7757c6
...
...
@@ -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
,
},
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment