From 50736fb8aedf5e1dfdd576f4e3256bd173ad085c Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 18 Jun 2014 15:38:11 -0700 Subject: [PATCH] Correct last patch (s/-i/-x/) Signed-off-by: Tom Eastep --- Shorewall-core/lib.cli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-core/lib.cli b/Shorewall-core/lib.cli index 6db14df5a..9cb05f8c2 100644 --- a/Shorewall-core/lib.cli +++ b/Shorewall-core/lib.cli @@ -3550,7 +3550,7 @@ usage() # $1 = exit status echo " [ show | list | ls ] [ -b ] [ -x ] [ -t {filter|mangle|nat} ] [ {chain [ [ ... ]" echo " [ show | list | ls ] [ -f ] capabilities" echo " [ show | list | ls ] arptables" - echo " [ show | list | ls ] [ -i ] {bl|blacklists}" + echo " [ show | list | ls ] [ -x ] {bl|blacklists}" echo " [ show | list | ls ] classifiers" echo " [ show | list | ls ] config" echo " [ show | list | ls ] connections"