Skip to content

Commit

Permalink
Merge pull request #3620 from mateon1/fix/stats-bw-link
Browse files Browse the repository at this point in the history
Fix link in `ipfs stats bw` help message
  • Loading branch information
whyrusleeping committed Jan 27, 2017
2 parents 416f025 + f846879 commit 65e0704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/stat.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ to a particular peer, use the 'peer' option along with that peer's multihash
id. To specify a specific protocol, use the 'proto' option. The 'peer' and
'proto' options cannot be specified simultaneously. The protocols that are
queried using this method are outlined in the specification:
https://github.com/ipfs/specs/blob/master/libp2p/7-properties.md#757-protocol-multicodecs
https://github.com/libp2p/specs/blob/master/7-properties.md#757-protocol-multicodecs
Example protocol options:
- /ipfs/id/1.0.0
Expand Down

0 comments on commit 65e0704

Please sign in to comment.