Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
c9f3d4b9
Commit
c9f3d4b9
authored
Sep 20, 2019
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmds(help): fix swarm filter add/rm help text
These _are_ added/removed from the config. fixes #4605
parent
8c033f12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
core/commands/swarm.go
core/commands/swarm.go
+0
-4
No files found.
core/commands/swarm.go
View file @
c9f3d4b9
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment