From dbdf1034fa454393ddd173f199043dc44d8cc43e Mon Sep 17 00:00:00 2001 From: Takashi Matsuda Date: Fri, 3 Sep 2021 01:46:37 +0900 Subject: [PATCH] Update core/commands/swarm.go --- core/commands/swarm.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/commands/swarm.go b/core/commands/swarm.go index 803a4a033d7..7cde3f38d43 100644 --- a/core/commands/swarm.go +++ b/core/commands/swarm.go @@ -74,6 +74,7 @@ var swarmPeeringCmd = &cmds.Command{ 'ipfs swarm peering' manages the peering subsystem. Peers in the peering subsystem is maintained to be connected, reconnected on disconnect with a back-off. +The changes are not saved to the config. `, }, Subcommands: map[string]*cmds.Command{