From: Iain Patterson Date: Fri, 10 Jan 2014 23:27:54 +0000 (+0000) Subject: Write canonical AppExit string. X-Git-Tag: v2.22~69 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=b197ffd8aebfd6597466f2f537f0a13d1013263a;hp=b197ffd8aebfd6597466f2f537f0a13d1013263a;p=nssm.git Write canonical AppExit string. If the user ran "nssm set 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. ---