Write canonical AppExit string.
authorIain Patterson <me@iain.cx>
Fri, 10 Jan 2014 23:27:54 +0000 (23:27 +0000)
committerIain Patterson <me@iain.cx>
Fri, 10 Jan 2014 23:27:54 +0000 (23:27 +0000)
If the user ran "nssm set <servicename> AppExit Default exit" the
default value of AppExit would be set verbatim to "exit" which is in
contrast the documented value "Exit" with normal capitalisation.

There's no harm to that fact, as AppExit is retrieved case-insensitively
but it was nonetheless not working as intended.


No differences found