diff options
| author | Mauro Carvalho Chehab <[email protected]> | 2018-06-14 10:11:02 +0000 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2018-06-15 21:10:01 +0000 |
| commit | 40fc3eb055cb39429dc16a94e825a5598befb9a7 (patch) | |
| tree | 4d108cf54d5fb23c9fe3245701042a5559cc1f04 /scripts/documentation-file-ref-check | |
| parent | media: max2175: fix location of driver's companion documentation (diff) | |
| download | kernel-40fc3eb055cb39429dc16a94e825a5598befb9a7.tar.gz kernel-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 <[email protected]>
Acked-by: Jonathan Corbet <[email protected]>
Diffstat (limited to 'scripts/documentation-file-ref-check')
| -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; } |
