coar 99/08/12 05:10:39
Modified: src/support htpasswd.c Log: Fix a typo and some line-wraps. (All cosmetic.) Revision Changes Path 1.34 +8 -6 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.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- htpasswd.c 1999/08/07 20:34:14 1.33 +++ htpasswd.c 1999/08/12 12:10:38 1.34 @@ -242,15 +242,17 @@ ".\n"); fprintf(stderr, " -d Force CRYPT encryption of the password" #if (!(defined(WIN32) || defined(TPF))) - " (default)" + " (default)" #endif - ".\n"); + ".\n"); fprintf(stderr, " -p Force NO encryption of the password.\n"); fprintf(stderr, " -s Force SHA encryption of the password.\n"); - fprintf(stderr, " -b Use the password from the command line rather "); - fprintf(stderr, "than prompting for it.\n"); - fprintf(stderr, "On Windows and TPF systems the '-m' flag is used by default.\n"); - fprintf(stderr, "On all other systems, the '-p' will propably not work.\n"); + fprintf(stderr, " -b Use the password from the command line rather " + "than prompting for it.\n"); + fprintf(stderr, + "On Windows and TPF systems the '-m' flag is used by default.\n"); + fprintf(stderr, + "On all other systems, the '-p' flag will probably not work.\n"); return ERR_SYNTAX; }