Merge pull request #4000 from ipfs/fix/p2ptypo

Fix typo: ppp -> p2p
This commit is contained in:
Jeromy Johnson 2017-06-27 19:15:09 -07:00 committed by GitHub
commit b0b324006a

View File

@ -40,7 +40,7 @@ type P2PStreamsOutput struct {
Streams []P2PStreamInfoOutput
}
// P2PCmd is the 'ipfs ppp' command
// P2PCmd is the 'ipfs p2p' command
var P2PCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Libp2p stream mounting.",