fix option parsing

This commit is contained in:
Julien Danjou 2008-01-31 20:41:48 +01:00
parent c4345f1be4
commit 335334225d
1 changed files with 0 additions and 3 deletions

View File

@ -246,9 +246,6 @@ main(int argc, char *argv[])
break;
}
if(argc - optind < 1)
exit_help(EXIT_FAILURE);
/* Text won't be printed correctly otherwise */
setlocale(LC_CTYPE, "");