usage_message() says "lphanumeric" instead of "alphanumeric"
-David
--- jk_nt_service.c.orig Thu Mar 21 16:52:21 2002 +++ jk_nt_service.c Thu Mar 21 16:52:29 2002 @@ -173,7 +173,7 @@ printf("%s -i <service name> {optional params} <config properties file>\n", name); printf(" Optional parameters\n"); printf(" -u <user name> - In the form DomainName\\UserName (.\\UserName for local)\n"); - printf(" -n <service display name> - In quotes if contains non-lphanumeric chars\n"); + printf(" -n <service display name> - In quotes if contains +non-alphanumeric chars\n"); printf(" -p <user password>\n"); printf(" -a - Set startup type to automatic\n"); printf(" -d <service dependency> - Can be entered multiple times\n\n");
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>