From 3e8381a1d8dd650d00a2f08b4e581d46ccff8514 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 803a4a033d72..7cde3f38d436 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{