浏览代码

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>
Mauro Carvalho Chehab 7 年之前
父节点
当前提交
40fc3eb055
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/documentation-file-ref-check

+ 1 - 1
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;
 }