Skip to content

Commit 5bff963

Browse files
Michal Simekgregkh
authored andcommitted
scripts: get_abi.pl: Fix typo in help message
Fix misspelled word in the script. (s/COMAND/COMMAND/). Reviewed-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Michal Simek <[email protected]> Link: https://lore.kernel.org/r/1ff3605db3dead41bbde33fbbff6754900eceead.1645789205.git.michal.simek@xilinx.com Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 1970a06 commit 5bff963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/get_abi.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ =head1 SYNOPSIS
988988
B<abi_book.pl> [--debug <level>] [--enable-lineno] [--man] [--help]
989989
[--(no-)rst-source] [--dir=<dir>] [--show-hints]
990990
[--search-string <regex>]
991-
<COMAND> [<ARGUMENT>]
991+
<COMMAND> [<ARGUMENT>]
992992
993993
Where B<COMMAND> can be:
994994

0 commit comments

Comments
 (0)