Fix typo: ppp -> p2p
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
Łukasz Magiera committed
Jun 21, 2017 at 16:32 UTC
bb172789f7c781fcc9cde3da258df1afcd2eff08
1 file changed
+1
-1
core/commands/p2p.go
+1
-1
@@ -40,7 +40,7 @@ type P2PStreamsOutput struct {
40
Streams []P2PStreamInfoOutput
41
}
42
43
-// P2PCmd is the 'ipfs ppp' command
43
+// P2PCmd is the 'ipfs p2p' command
44
var P2PCmd = &cmds.Command{
45
Helptext: cmds.HelpText{
46
Tagline: "Libp2p stream mounting.",