Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
Fix bootstrap commands
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed May 27, 2016
1 parent 1b64bce commit 700b5c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -1162,7 +1162,7 @@ Retrieve information on a raw ipfs block.
# Group bootstrap
Show or edit the list of bootstrap peers.

Running `ipfs bootstrap` with no arguments will run `ipfs bootstrap list`.
Requesting `ipfs/bootstrap` with no arguments will return `ipfs/bootstrap/list`.

**Security Warning**:

Expand Down Expand Up @@ -1227,7 +1227,7 @@ in the bootstrap list).

+ Parameters
+ arg (MultiAddr, required) - A peer to add to the bootstrap list.
+ default (boolean, optional) - Add default bootstrap nodes.
+ default (boolean, optional) - Add default bootstrap nodes. Default: false.

+ Request No Arguments

Expand Down Expand Up @@ -1491,7 +1491,7 @@ Outputs the list of peers that were removed.

+ Parameters
+ arg (MultiAddr, optional) - A peer to add to the bootstrap list
+ all (boolean, optional) - Remove all bootstrap peers.
+ all (boolean, optional) - Remove all bootstrap peers. Default: false.

+ Request Without Options

Expand Down

0 comments on commit 700b5c0

Please sign in to comment.