Fixing typo arg->arglist at line 195. Thanks Chris J!

This commit is contained in:
Zoe Slattery 2008-02-14 10:15:44 +00:00
parent 4de1e20fbb
commit 0f13364729

View File

@ -912,7 +912,7 @@ function parse_args ($arglist, $opt)
break;
default:
echo "Command line option $arg[$j] not recognised\n";
echo "Command line option $arglist[$j] not recognised\n";
print_opts();
}