add -a to usage()

Submitted by:	Ashley Penney <ashp@unloved.org>
MFC after:	3 days
This commit is contained in:
Bill Fumerola 2001-07-14 21:56:04 +00:00
parent bfb9fa63fc
commit bcdb7cc8e4

View file

@ -194,6 +194,6 @@ main(argc, argv)
void
usage()
{
(void)fprintf(stderr, "usage: dmesg [-M core] [-N system]\n");
(void)fprintf(stderr, "usage: dmesg [-a] [-M core] [-N system]\n");
exit(1);
}