Skip to content

Commit

Permalink
scripts/documentation-file-ref-check: fix help message
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mauro Carvalho Chehab committed Jun 15, 2018
1 parent b698201 commit 40fc3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/documentation-file-ref-check
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GetOptions(
);

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

Expand Down

0 comments on commit 40fc3eb

Please sign in to comment.