coar 99/08/12 07:15:23
Modified: src/support htpasswd.c
Log:
'Force NO encryption' alongside 'Force SHA' made it sound like
NO was another algorithm.
Revision Changes Path
1.35 +1 -1 apache-1.3/src/support/htpasswd.c
Index: htpasswd.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/support/htpasswd.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- htpasswd.c 1999/08/12 12:10:38 1.34
+++ htpasswd.c 1999/08/12 14:15:22 1.35
@@ -245,7 +245,7 @@
" (default)"
#endif
".\n");
- fprintf(stderr, " -p Force NO encryption of the password.\n");
+ fprintf(stderr, " -p Do not encrypt the password (plaintext).\n");
fprintf(stderr, " -s Force SHA encryption of the password.\n");
fprintf(stderr, " -b Use the password from the command line rather "
"than prompting for it.\n");