Corrected priority documentation.
authorIain Patterson <me@iain.cx>
Mon, 6 Jan 2014 18:22:07 +0000 (18:22 +0000)
committerIain Patterson <me@iain.cx>
Mon, 6 Jan 2014 18:22:07 +0000 (18:22 +0000)
The correct function name is SetPriorityClass() not
SetProcessPriorityClass().

README.txt
messages.mc

index 98cec77..7ed473e 100644 (file)
@@ -167,7 +167,7 @@ Application priority
 NSSM can set the priority class of the managed application.  NSSM will look in\r
 the registry under HKLM\SYSTEM\CurrentControlSet\Services\<service>\Parameters\r
 for the REG_DWORD entry AppPriority.  Valid values correspond to arguments to\r
-SetProcessPriorityClass().  If AppPriority() is missing or invalid the\r
+SetPriorityClass().  If AppPriority() is missing or invalid the\r
 application will be launched with normal priority.\r
 \r
 \r
index 1654085..9520125 100644 (file)
Binary files a/messages.mc and b/messages.mc differ