aboutsummaryrefslogtreecommitdiffstats
path: root/add-syslog
diff options
context:
space:
mode:
Diffstat (limited to 'add-syslog')
-rwxr-xr-xadd-syslog2
1 files changed, 1 insertions, 1 deletions
diff --git a/add-syslog b/add-syslog
index e9b7982..01f35f3 100755
--- a/add-syslog
+++ b/add-syslog
@@ -22,7 +22,7 @@ sub main {
M => 'emerg'
);
getopts('s:m:M:', \%opts);
- my ($source, $min, $max) = @opts{qw/s f m M/};
+ my ($source, $min, $max) = @opts{qw/s m M/};
die <<EOF if @ARGV < 4;
usage: $0 [options] <pkg> <nb> <facility> <dest>