You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/commands/cf.del.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,10 @@ Deletes an item once from the filter.
35
35
36
36
If the item exists only once, it will be removed from the filter. If the item was added multiple times, it will still be present.
37
37
38
-
<note><b>Note:</b>
39
-
40
-
- Deleting an item that are not in the filter may delete a different item, resulting in false negatives.
41
-
</note>
38
+
{{< note >}}
39
+
You should never use this command to delete from the filter an item that was not added to the filter. Deleting an item that is not in the filter may corrupt the filter. This could result in false negatives.
40
+
Practically, it means that using this command is safe only if you are absolutely sure (not just "probabilistically sure") that the item you are deleting was previously added to the filter.
41
+
{{< /note >}}
42
42
43
43
## Required arguments
44
44
@@ -92,4 +92,4 @@ One of the following:
92
92
*[Boolean reply]({{< relref "/develop/reference/protocol-spec#booleans" >}}) `true` for successfully deleting an item, or `false` if no such item was found in the filter.
93
93
*[Simple error reply]({{< relref "/develop/reference/protocol-spec#simple-errors" >}}) in these cases: invalid arguments or wrong key type.
0 commit comments