dmesg(8): don't accept positional arguments
authorcheloha <cheloha@openbsd.org>
Wed, 3 Aug 2022 00:23:14 +0000 (00:23 +0000)
committercheloha <cheloha@openbsd.org>
Wed, 3 Aug 2022 00:23:14 +0000 (00:23 +0000)
commite7c9998b3b2593eb312e9bf3c69d2d06e628d03a
tree029175e41df247e7186f4eebf278ab597344980e
parentbcc504a01cee79955e409ebed7db1fcecc409e98
dmesg(8): don't accept positional arguments

dmesg(8) doesn't use any positional arguments.  If we see any, it's a
usage error.

ok florian@, "Sure" deraadt@ millert@
sbin/dmesg/dmesg.c