34 lines
1.2 KiB
Diff
34 lines
1.2 KiB
Diff
|
From fe902f0be61bb0fe25418e5e13f7aa0131e042db Mon Sep 17 00:00:00 2001
|
||
|
From: Eric Garver <eric@garver.life>
|
||
|
Date: Tue, 19 May 2020 13:24:25 -0400
|
||
|
Subject: [PATCH 28/45] fix(firewall-offline-cmd): remove instances of "[P]" in
|
||
|
help text
|
||
|
|
||
|
All commands are permanent. The "[P]" tag is unnecessary.
|
||
|
|
||
|
(cherry picked from commit 32f7ea86eaf86705d8f52eeb1195e7549653fdce)
|
||
|
(cherry picked from commit 1a22a093088eb7cc23f3b6c4b4ba6fb3323902aa)
|
||
|
---
|
||
|
src/firewall-offline-cmd.in | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/src/firewall-offline-cmd.in b/src/firewall-offline-cmd.in
|
||
|
index 98ca3e81ad7b..c0ad9ec8f64e 100755
|
||
|
--- a/src/firewall-offline-cmd.in
|
||
|
+++ b/src/firewall-offline-cmd.in
|
||
|
@@ -168,9 +168,9 @@ IPSet Options
|
||
|
--ipset=<ipset> --get-entries
|
||
|
List entries of an ipset
|
||
|
--ipset=<ipset> --add-entries-from-file=<entry>
|
||
|
- Add a new entries to an ipset [P]
|
||
|
+ Add a new entries to an ipset
|
||
|
--ipset=<ipset> --remove-entries-from-file=<entry>
|
||
|
- Remove entries from an ipset [P]
|
||
|
+ Remove entries from an ipset
|
||
|
|
||
|
IcmpType Options
|
||
|
--new-icmptype=<icmptype>
|
||
|
--
|
||
|
2.27.0
|
||
|
|