diff options
author | Michal Simek <michal.simek@xilinx.com> | 2022-02-25 12:40:08 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-18 14:27:07 +0100 |
commit | 5bff9632b538d63f61f1c4bba891a8f09f254369 (patch) | |
tree | 41b5cb5caa776fb8e7d5928f5561eb23256be7ea /scripts | |
parent | 1970a0623002a13845b7db4c45a67402e11b3011 (diff) | |
download | linux-stable-5bff9632b538d63f61f1c4bba891a8f09f254369.tar.gz linux-stable-5bff9632b538d63f61f1c4bba891a8f09f254369.tar.bz2 linux-stable-5bff9632b538d63f61f1c4bba891a8f09f254369.zip |
scripts: get_abi.pl: Fix typo in help message
Fix misspelled word in the script. (s/COMAND/COMMAND/).
Reviewed-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/1ff3605db3dead41bbde33fbbff6754900eceead.1645789205.git.michal.simek@xilinx.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get_abi.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get_abi.pl b/scripts/get_abi.pl index 47b7eca5b0b7..7437e19ba3ac 100755 --- a/scripts/get_abi.pl +++ b/scripts/get_abi.pl @@ -988,7 +988,7 @@ abi_book.pl - parse the Linux ABI files and produce a ReST book. B<abi_book.pl> [--debug <level>] [--enable-lineno] [--man] [--help] [--(no-)rst-source] [--dir=<dir>] [--show-hints] [--search-string <regex>] - <COMAND> [<ARGUMENT>] + <COMMAND> [<ARGUMENT>] Where B<COMMAND> can be: |