Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ GetOptions(
);

if ($help != 0) {
    print "$scriptname [--help] [--fix-rst]\n";
    print "$scriptname [--help] [--fix]\n";
    exit -1;
}