浏览代码

Incorrect capitalisation of AppStderrCopyAndTruncate.

Iain Patterson 9 年之前
父节点
当前提交
cfa1e729fd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.txt

+ 1 - 1
README.txt

@@ -331,7 +331,7 @@ a non-zero value of AppRotateBytesHigh.
 If AppRotateDelay is non-zero, NSSM will pause for the given number of
 milliseconds after rotation.
 
-If AppStdoutCopyAndTruncate or AppStdErrCopyAndTruncate are non-zero, the
+If AppStdoutCopyAndTruncate or AppStderrCopyAndTruncate are non-zero, the
 stdout (or stderr respectively) file will be rotated by first taking a copy
 of the file then truncating the original file to zero size.  This allows
 NSSM to rotate files which are held open by other processes, preventing the