Fixed usage().

This commit is contained in:
ru 2005-02-10 16:07:23 +00:00
parent 4666872d3b
commit 42eef8eb6f

View File

@ -88,8 +88,9 @@ void usage(void);
void
usage(void)
{
errx(EX_USAGE,
"usage: whereis [-abmqsux] [-BMS dir... -f] name ...");
(void)fprintf(stderr,
"usage: whereis [-abmqsux] [-BMS dir ... -f] program ...\n");
exit(EX_USAGE);
}
/*