summaryrefslogtreecommitdiffstats
path: root/usr/local/bin
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-01-13 13:31:34 -0500
committerjim-p <jimp@pfsense.org>2012-01-13 13:31:34 -0500
commit633136b87f89c5061847d96c955f4f52c9bad99d (patch)
tree4aea4885eb861b5fd6977b70a6ff42d2e3ec177b /usr/local/bin
parent60879d1400a4a15d615cc8bdd289f1264d4eb476 (diff)
downloadpfsense-633136b87f89c5061847d96c955f4f52c9bad99d.zip
pfsense-633136b87f89c5061847d96c955f4f52c9bad99d.tar.gz
Fix help text
Diffstat (limited to 'usr/local/bin')
-rwxr-xr-xusr/local/bin/easyrule2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/bin/easyrule b/usr/local/bin/easyrule
index f4c9dad..eef8277 100755
--- a/usr/local/bin/easyrule
+++ b/usr/local/bin/easyrule
@@ -111,7 +111,7 @@ if (($argc > 1) && !empty($argv[1])) {
echo " Pass example (protocol with port):\n";
echo " " . basename($argv[0]) . " pass wan tcp 1.2.3.4 192.168.0.4 80\n";
echo "\n";
- echo " Block example (protocol without port):\n";
+ echo " Pass example (protocol without port):\n";
echo " " . basename($argv[0]) . " pass wan icmp 1.2.3.4 192.168.0.4\n";
echo "\n";
}
OpenPOWER on IntegriCloud