diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-06-14 07:11:02 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-06-15 18:10:01 -0300 |
commit | 40fc3eb055cb39429dc16a94e825a5598befb9a7 (patch) | |
tree | 4d108cf54d5fb23c9fe3245701042a5559cc1f04 | |
parent | b69820106608aa214ea596e297a91ec3fca44b6a (diff) | |
download | linux-stable-40fc3eb055cb39429dc16a94e825a5598befb9a7.tar.gz linux-stable-40fc3eb055cb39429dc16a94e825a5598befb9a7.tar.bz2 linux-stable-40fc3eb055cb39429dc16a94e825a5598befb9a7.zip |
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>
-rwxr-xr-x | scripts/documentation-file-ref-check | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |