Merge pull request #6654 from ipfs/fix/4605

cmds(help): fix swarm filter add/rm help text
This commit is contained in:
Steven Allen 2019-09-20 16:30:55 -07:00 committed by GitHub
commit 954d682cbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -585,8 +585,6 @@ var swarmFiltersAddCmd = &cmds.Command{
Tagline: "Add an address filter.",
ShortDescription: `
'ipfs swarm filters add' will add an address filter to the daemons swarm.
Filters applied this way will not persist daemon reboots, to achieve that,
add your filters to the ipfs config file.
`,
},
Arguments: []cmds.Argument{
@ -649,8 +647,6 @@ var swarmFiltersRmCmd = &cmds.Command{
Tagline: "Remove an address filter.",
ShortDescription: `
'ipfs swarm filters rm' will remove an address filter from the daemons swarm.
Filters removed this way will not persist daemon reboots, to achieve that,
remove your filters from the ipfs config file.
`,
},
Arguments: []cmds.Argument{