More stuff.
-Erik
This commit is contained in:
parent
703c62da63
commit
b0e9a709ba
61 changed files with 168 additions and 233 deletions
|
@ -59,8 +59,7 @@ extern int more_main(int argc, char **argv)
|
|||
FILE *file = stdin;
|
||||
|
||||
if ( strcmp(*argv,"--help")==0 || strcmp(*argv,"-h")==0 ) {
|
||||
fprintf(stderr, "Usage: %s %s", *argv, more_usage);
|
||||
exit(FALSE);
|
||||
usage (more_usage);
|
||||
}
|
||||
argc--;
|
||||
argv++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue