scripts/kallsyms: update the usage in the comment block
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 8 Mar 2023 11:52:43 +0000 (20:52 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 17 Apr 2023 02:03:56 +0000 (11:03 +0900)
commit79549da691edd4874c19d99c578a134471817c47
tree439dd693c6962d1a1737edd662dd799c2e3ef45e
parentdd1553b8a5f2ef4e0aa2537c49ba0c37837b691e
scripts/kallsyms: update the usage in the comment block

Commit 010a0aad39fc ("kallsyms: Correctly sequence symbols when
CONFIG_LTO_CLANG=y") added --lto-clang, and updated the usage()
function, but not the comment. Update it in the same way.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
scripts/kallsyms.c