mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-01 10:42:11 +00:00
scripts/documentation-file-ref-check: fix help message
The name of the --fix option was renamed, but it was not changed at the quick help message. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Acked-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
b698201066
commit
40fc3eb055
@ -21,7 +21,7 @@ GetOptions(
|
|||||||
);
|
);
|
||||||
|
|
||||||
if ($help != 0) {
|
if ($help != 0) {
|
||||||
print "$scriptname [--help] [--fix-rst]\n";
|
print "$scriptname [--help] [--fix]\n";
|
||||||
exit -1;
|
exit -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user