Fixed usage().

This commit is contained in:
Ruslan Ermilov 2005-02-10 16:07:23 +00:00
parent b7a311f2b8
commit 48baa77217
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141657

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);
}
/*