diff --git a/cmd/ipfs/daemon.go b/cmd/ipfs/daemon.go index a6bb0c63f4c6..aba3e0a39b51 100644 --- a/cmd/ipfs/daemon.go +++ b/cmd/ipfs/daemon.go @@ -349,7 +349,7 @@ func daemonFunc(req cmds.Request, res cmds.Response) { node.SetLocal(false) if node.PNetFingerpint != nil { - fmt.Println("Swarm is limited to private network as of the swarm key") + fmt.Println("Swarm is limited to private network of peers with the swarm key") fmt.Printf("Swarm key fingerprint: %s\n", hex.EncodeToString(node.PNetFingerpint)) }