cruft
This commit is contained in:
parent
98520b4d12
commit
61d3aecfa5
1 changed files with 1 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/perl -w
|
#!/usr/bin/perl -w
|
||||||
|
|
||||||
# $Dwarf: mvwrap,v 1.39 2002/12/18 12:10:39 ward Exp $
|
# $Dwarf: mvwrap,v 1.40 2002/12/18 12:11:47 ward Exp $
|
||||||
# $Source$
|
# $Source$
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
@ -331,9 +331,7 @@ sub askyn($) {
|
||||||
|
|
||||||
# parse commandline
|
# parse commandline
|
||||||
sub cmdline {
|
sub cmdline {
|
||||||
%optctl = ();
|
|
||||||
&GetOptions("e=s", "h", "p=s", \@pattern, "f=s", "v", "n");
|
&GetOptions("e=s", "h", "p=s", \@pattern, "f=s", "v", "n");
|
||||||
&GetOptions(\%optctl, "e");
|
|
||||||
|
|
||||||
&help if $opt_h;
|
&help if $opt_h;
|
||||||
if ($opt_f) { &read_pattern; }
|
if ($opt_f) { &read_pattern; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue