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
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,9 @@ 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
+
Never use this command to delete an item unless you are certain you've added the item to the filter. Deleting an item you didn't previously add may corrupt the filter and cause false negatives.
40
+
{{< /note >}}
42
41
43
42
## Required arguments
44
43
@@ -92,4 +91,4 @@ One of the following:
92
91
*[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
92
*[Simple error reply]({{< relref "/develop/reference/protocol-spec#simple-errors" >}}) in these cases: invalid arguments or wrong key type.
0 commit comments