summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-06-14 07:11:02 -0300
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-06-15 18:10:01 -0300
commit40fc3eb055cb39429dc16a94e825a5598befb9a7 (patch)
tree4d108cf54d5fb23c9fe3245701042a5559cc1f04 /scripts
parentb69820106608aa214ea596e297a91ec3fca44b6a (diff)
downloadop-kernel-dev-40fc3eb055cb39429dc16a94e825a5598befb9a7.zip
op-kernel-dev-40fc3eb055cb39429dc16a94e825a5598befb9a7.tar.gz
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/documentation-file-ref-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/documentation-file-ref-check b/scripts/documentation-file-ref-check
index 2520bc1..9e7ae14 100755
--- a/scripts/documentation-file-ref-check
+++ b/scripts/documentation-file-ref-check
@@ -21,7 +21,7 @@ GetOptions(
);
if ($help != 0) {
- print "$scriptname [--help] [--fix-rst]\n";
+ print "$scriptname [--help] [--fix]\n";
exit -1;
}
OpenPOWER on IntegriCloud