mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 01:52:26 +08:00
Fix typo: ppp -> p2p
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
@ -40,7 +40,7 @@ type P2PStreamsOutput struct {
|
|||||||
Streams []P2PStreamInfoOutput
|
Streams []P2PStreamInfoOutput
|
||||||
}
|
}
|
||||||
|
|
||||||
// P2PCmd is the 'ipfs ppp' command
|
// P2PCmd is the 'ipfs p2p' command
|
||||||
var P2PCmd = &cmds.Command{
|
var P2PCmd = &cmds.Command{
|
||||||
Helptext: cmds.HelpText{
|
Helptext: cmds.HelpText{
|
||||||
Tagline: "Libp2p stream mounting.",
|
Tagline: "Libp2p stream mounting.",
|
||||||
|
Reference in New Issue
Block a user