]> www.infradead.org Git - users/jedix/linux-maple.git/commit
objtool: Use "action" in error message to be consistent with help
authorSiddh Raman Pant <siddh.raman.pant@oracle.com>
Fri, 10 May 2024 09:32:57 +0000 (15:02 +0530)
committerJosh Poimboeuf <jpoimboe@kernel.org>
Wed, 3 Jul 2024 06:40:24 +0000 (23:40 -0700)
commitb13e9f6da4cc34240dae05418b9876b2758ebe35
tree9966d9f3841be8458ba1b34092a289186b6fb910
parentc02904f05ff805d6c0631634d5751ebd338f75ec
objtool: Use "action" in error message to be consistent with help

The help message mentions the main options as "actions", which is
different from the optional "options". But the check error messages
outputs "option" or "command" for referring to actions.

Make the error messages consistent with help.

Signed-off-by: Siddh Raman Pant <siddh.raman.pant@oracle.com>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
tools/objtool/builtin-check.c