diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-06-14 06:11:02 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-06-15 17:10:01 -0400 |
commit | 40fc3eb055cb39429dc16a94e825a5598befb9a7 (patch) | |
tree | 4d108cf54d5fb23c9fe3245701042a5559cc1f04 /scripts | |
parent | b69820106608aa214ea596e297a91ec3fca44b6a (diff) |
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-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( | |||
21 | ); | 21 | ); |
22 | 22 | ||
23 | if ($help != 0) { | 23 | if ($help != 0) { |
24 | print "$scriptname [--help] [--fix-rst]\n"; | 24 | print "$scriptname [--help] [--fix]\n"; |
25 | exit -1; | 25 | exit -1; |
26 | } | 26 | } |
27 | 27 | ||