Made helptext print to stderr rather than stdout

This commit is contained in:
Thomas Schmitt 2006-10-15 21:14:22 +00:00
parent e326e9aac9
commit 398d068820
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ int main(int argc, char **argv)
be_strict= 1;
} else if(strcmp(argv[i],"--help")==0) {
help:;
printf(
fprintf(stderr,
"usage: %s [-o output_path|\"-\"] [--lax|--strict] [source_path|\"-\"]\n",
argv[0]);
exit(0);