From: Joe Orton Date: Wed, 10 Jun 2020 08:07:08 +0000 (+0000) Subject: * support/htpasswd.c (usage): Fix typo. [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~1389 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75350541f0af9eb65535a6fbae4b57b10cf036a0;p=thirdparty%2Fapache%2Fhttpd.git * support/htpasswd.c (usage): Fix typo. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878703 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/htpasswd.c b/support/htpasswd.c index 1d2c2c6621d..f17d9923e18 100644 --- a/support/htpasswd.c +++ b/support/htpasswd.c @@ -111,7 +111,7 @@ static void usage(void) " -m Force MD5 encryption of the password (default)." NL " -2 Force SHA-256 crypt() hash of the password (secure)." NL " -5 Force SHA-512 crypt() hash of the password (secure)." NL - " -B Force bcrypt aencryption of the password (very secure)." NL + " -B Force bcrypt encryption of the password (very secure)." NL " -C Set the computing time used for the bcrypt algorithm" NL " (higher is more secure but slower, default: %d, valid: 4 to 17)." NL " -r Set the number of rounds used for the SHA-256, SHA-512 algorithms" NL