--------------------- PatchSet 6162 Date: 2004/02/28 08:24:34 Author: serassio Branch: nt-2_5 Tag: (none) Log: Cosmetic fix to native Windows NTLM helper Members: helpers/ntlm_auth/NTLMSSP-WIN32/ntlm_auth.c:1.1.4.17->1.1.4.18 Index: squid/helpers/ntlm_auth/NTLMSSP-WIN32/ntlm_auth.c =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/ntlm_auth/NTLMSSP-WIN32/Attic/ntlm_auth.c,v retrieving revision 1.1.4.17 retrieving revision 1.1.4.18 diff -u -r1.1.4.17 -r1.1.4.18 --- squid/helpers/ntlm_auth/NTLMSSP-WIN32/ntlm_auth.c 21 Feb 2004 11:46:03 -0000 1.1.4.17 +++ squid/helpers/ntlm_auth/NTLMSSP-WIN32/ntlm_auth.c 28 Feb 2004 08:24:34 -0000 1.1.4.18 @@ -124,14 +124,14 @@ #else "Usage: %s [-d] [-v] [-A|D LocalUserGroup] [-h]\n" #endif - " -d enable debugging.\n" - " -v enable verbose NTLM packet debugging.\n" + " -d enable debugging.\n" + " -v enable verbose NTLM packet debugging.\n" #ifdef NTLM_FAIL_OPEN - " -l if specified, changes behavior on failures to last-ditch\n" + " -l if specified, changes behavior on failures to last-ditch\n" #endif - " -A specify a Windows Local Group name allowed to authenticate\n" - " -D specify a Windows Local Group name not allowed to authenticate\n" - " -h this message\n\n", + " -A specify a Windows Local Group name allowed to authenticate\n" + " -D specify a Windows Local Group name not allowed to authenticate\n" + " -h this message\n\n", my_program_name); }