瀏覽代碼

app_perl: docs - updates for warn_mode

Daniel-Constantin Mierla 3 年之前
父節點
當前提交
ded4773546
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/modules/app_perl/doc/app_perl_admin.xml

+ 2 - 1
src/modules/app_perl/doc/app_perl_admin.xml

@@ -267,7 +267,8 @@ modparam("app_perl", "parse_mode", 1)
 			<para>
 				Allows to enable warning for perl_parse(). If set to 1, "-w" is
 				passed to perl_parse() and detected warnings in the Perl script
-				should be printed to the log.
+				should be printed to the log. If set to 1, then "-W" is passed
+				to perl_parse().
 			</para>
 			<para>
 			Default value is <emphasis>0</emphasis>.