Commit 5b5bfeca authored by SeongJae Park's avatar SeongJae Park Committed by Greg Kroah-Hartman

scripts/get_abi: Fix wrong script file name in the help message

The help message of 'get_abi.pl' is mistakenly saying it's
'abi_book.pl'.  This commit fixes the wrong name in the help message.

Fixes: bbc249f2 ("scripts: add an script to parse the ABI files")
Signed-off-by: default avatarSeongJae Park <sj@kernel.org>
Link: https://lore.kernel.org/r/20220419121636.290407-1-sj@kernel.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4e224719
...@@ -981,11 +981,11 @@ __END__ ...@@ -981,11 +981,11 @@ __END__
=head1 NAME =head1 NAME
abi_book.pl - parse the Linux ABI files and produce a ReST book. get_abi.pl - parse the Linux ABI files and produce a ReST book.
=head1 SYNOPSIS =head1 SYNOPSIS
B<abi_book.pl> [--debug <level>] [--enable-lineno] [--man] [--help] B<get_abi.pl> [--debug <level>] [--enable-lineno] [--man] [--help]
[--(no-)rst-source] [--dir=<dir>] [--show-hints] [--(no-)rst-source] [--dir=<dir>] [--show-hints]
[--search-string <regex>] [--search-string <regex>]
<COMMAND> [<ARGUMENT>] <COMMAND> [<ARGUMENT>]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment