mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
add -a to usage()
Submitted by: Ashley Penney <ashp@unloved.org> MFC after: 3 days
This commit is contained in:
parent
bfb9fa63fc
commit
bcdb7cc8e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue