From c1f349ab77b1a3004815aa800977400ddb553740 Mon Sep 17 00:00:00 2001 From: teastep Date: Mon, 12 Nov 2007 21:39:22 +0000 Subject: [PATCH] Correct usage output git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7647 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/compiler.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-perl/compiler.pl b/Shorewall-perl/compiler.pl index ee88ee983..3d45631da 100755 --- a/Shorewall-perl/compiler.pl +++ b/Shorewall-perl/compiler.pl @@ -41,7 +41,7 @@ use Shorewall::Compiler; use Getopt::Long; sub usage() { - print STDERR "usage: compiler.pl [ --export ] [ --directory= ] [ --verbose={0-2} ] [ --timestamp ] [ -- debuging ] [ --refresh= ] [ ]\n"; + print STDERR "usage: compiler.pl [ --export ] [ --directory= ] [ --verbose={0-2} ] [ --timestamp ] [ -- debug ] [ --refresh= ] [ ]\n"; exit 1; }