diff options
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(  );  if ($help != 0) { -    print "$scriptname [--help] [--fix-rst]\n"; +    print "$scriptname [--help] [--fix]\n";      exit -1;  }  | 
