Commit 40fc3eb0 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

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: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: default avatarJonathan Corbet <corbet@lwn.net>
parent b6982010
...@@ -21,7 +21,7 @@ GetOptions( ...@@ -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;
} }
......
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