mptable: improve error reporting for invalid commands
authorPete Zaitcev <zaitcev@redhat.com>
Mon, 15 Jan 2024 21:42:28 +0000 (14:42 -0700)
committerWarner Losh <imp@FreeBSD.org>
Tue, 16 Jan 2024 00:57:28 +0000 (17:57 -0700)
commit11500481c82c9fa6e7d3b9a707bd9ca1ed637c2d
tree7529a1667d6d993b0b4af77de22881964b7a4b77
parentdaf26f9350cf8fb3ae60d4528b60ddf65a56f5cc
mptable: improve error reporting for invalid commands

mptable ignores arguments with matching first letters, report errors
when it gets garbate.

PR: 38727
Reviewed by: imp
usr.sbin/mptable/mptable.c