From bb172789f7c781fcc9cde3da258df1afcd2eff08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Magiera?= Date: Wed, 21 Jun 2017 16:32:15 +0200 Subject: [PATCH] Fix typo: ppp -> p2p MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit License: MIT Signed-off-by: Ɓukasz Magiera --- core/commands/p2p.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/commands/p2p.go b/core/commands/p2p.go index eab27507c..2714ad7c3 100644 --- a/core/commands/p2p.go +++ b/core/commands/p2p.go @@ -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.",