revert to per-cmd usage()
This commit is contained in:
@@ -29,13 +29,6 @@ enprintf(int status, const char *fmt, ...)
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
void
|
||||
usage(const char *s)
|
||||
{
|
||||
fprintf(stderr, "usage: %s %s\n", argv0, s);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
void
|
||||
venprintf(int status, const char *fmt, va_list ap)
|
||||
{
|
||||
|
Reference in New Issue
Block a user