Blame SOURCES/firewalld-0.4.3.2-firewall-cmd_help_rhbz#1367171.patch

dddd59
commit 80ead3e3bb9cd38c3a8cd38c84a47c7601f07dc3
dddd59
Author: Thomas Woerner <twoerner@redhat.com>
dddd59
Date:   Tue Aug 16 09:48:17 2016 +0200
dddd59
dddd59
    firewall-cmd: Fixed typo in help output (RHBZ#1367171)
dddd59
dddd59
diff --git a/src/firewall-cmd b/src/firewall-cmd
dddd59
index 75513c7..81b4b73 100755
dddd59
--- a/src/firewall-cmd
dddd59
+++ b/src/firewall-cmd
dddd59
@@ -255,7 +255,7 @@ Options to Adapt and Query Zones
dddd59
   --query-protocol=<protocol>
dddd59
                        Return whether the protocol has been added for zone [P] [Z]
dddd59
   --list-source-ports  List source ports added for a zone [P] [Z]
dddd59
-  --add-solurce-port=<portid>[-<portid>]/<protocol>
dddd59
+  --add-source-port=<portid>[-<portid>]/<protocol>
dddd59
                        Add the source port for a zone [P] [Z] [T]
dddd59
   --remove-source-port=<portid>[-<portid>]/<protocol>
dddd59
                        Remove the source port from a zone [P] [Z]