Skip to content

Commit 40fc3eb

Browse files
committed
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>
1 parent b698201 commit 40fc3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/documentation-file-ref-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ GetOptions(
2121
);
2222

2323
if ($help != 0) {
24-
print "$scriptname [--help] [--fix-rst]\n";
24+
print "$scriptname [--help] [--fix]\n";
2525
exit -1;
2626
}
2727

0 commit comments

Comments
 (0)