cmds(help): fix swarm filter add/rm help text
These _are_ added/removed from the config. fixes #4605
Steven Allen committed
Sep 20, 2019 at 15:02 UTC
c9f3d4b9ab13ec847d228a4c83cbfd32e386ecc6
1 file changed
-4
core/commands/swarm.go
-4
@@ -585,8 +585,6 @@ var swarmFiltersAddCmd = &cmds.Command{
585
Tagline: "Add an address filter.",
586
ShortDescription: `
587
'ipfs swarm filters add' will add an address filter to the daemons swarm.
588
-Filters applied this way will not persist daemon reboots, to achieve that,
589
-add your filters to the ipfs config file.
588
`,
589
},
590
Arguments: []cmds.Argument{
@@ -649,8 +647,6 @@ var swarmFiltersRmCmd = &cmds.Command{
647
Tagline: "Remove an address filter.",
648
ShortDescription: `
649
'ipfs swarm filters rm' will remove an address filter from the daemons swarm.
652
-Filters removed this way will not persist daemon reboots, to achieve that,
653
-remove your filters from the ipfs config file.
650
`,
651
},
652
Arguments: []cmds.Argument{