@ -80,9 +80,7 @@ class Console_Getopt {
if ($long_options) {
sort($long_options);
}
if (isset($args[0]{0}) && $args[0]{0} != '-') {
array_shift($args);
reset($args);
while (list($i, $arg) = each($args)) {