oops, -o wasn't working

This commit is contained in:
david 2002-01-13 18:00:34 +00:00
parent 2c019c40d4
commit acbeb87f85
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,3 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

View File

@ -21,6 +21,7 @@ my($id, $title);
#
while (1) {
if($ARGV[0] eq "-o") {
shift(@ARGV);
$dbfile = $ARGV[0];
shift(@ARGV);
} elsif($ARGV[0] eq "-h") {