From: Mauro Carvalho Chehab Date: Thu, 14 Jun 2018 10:11:02 +0000 (-0300) Subject: scripts/documentation-file-ref-check: fix help message X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=40fc3eb055cb39429dc16a94e825a5598befb9a7;p=openwrt%2Fstaging%2Fblogic.git 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 Acked-by: Jonathan Corbet --- diff --git a/scripts/documentation-file-ref-check b/scripts/documentation-file-ref-check index 2520bc14ffac..9e7ae14080aa 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; }