Blame SOURCES/0028-fix-firewall-offline-cmd-remove-instances-of-P-in-he.patch

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