1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 09:34:03 +08:00

Fix typo: ppp -> p2p

License: MIT
Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
Łukasz Magiera
2017-06-21 16:32:15 +02:00
parent db6073bc27
commit bb172789f7

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.",