From: epg <> Date: Sat, 3 Apr 2004 05:35:49 +0000 (+0000) Subject: Whoops, remove -f and -s options from getopts call. X-Git-Url: https://diplodocus.org/git/minc/commitdiff_plain/a246c0e14a35e72938d606b8551f9f97623da47e?hp=901e1acca713655e1af4205e1eed389ea5136a5e Whoops, remove -f and -s options from getopts call. --- diff --git a/minc b/minc index c2e522c..cfac97f 100755 --- a/minc +++ b/minc @@ -85,7 +85,7 @@ our $opt_h; our $opt_n; our $opt_p; -if (not getopts('dfhnps')) { +if (not getopts('dhnp')) { exit(2); }