mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 15:18:14 +00:00
exit with non-zero status if unable to open sysout or... (#496)
This commit is contained in:
parent
95f4ac8167
commit
400ccab637
@ -133,7 +133,7 @@ void print_Xusage(const char *prog)
|
||||
-nh-loglevel level Loglevel for Dodo networking (0..2, optional, default: 0)\n\n");
|
||||
#endif
|
||||
fprintf(stderr, "Please refer to the manual for further information.\n\n");
|
||||
exit(0);
|
||||
exit(EXIT_FAILURE);
|
||||
} /* end print_Xusage() */
|
||||
|
||||
/************************************************************************/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user