]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* support/htpasswd.c (usage): Fix typo. [skip ci]
authorJoe Orton <jorton@apache.org>
Wed, 10 Jun 2020 08:07:08 +0000 (08:07 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 10 Jun 2020 08:07:08 +0000 (08:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878703 13f79535-47bb-0310-9956-ffa450edef68

support/htpasswd.c

index 1d2c2c6621dcea2d31fb9e7e4cc5be9ff61fdea9..f17d9923e1879ea234526978ccab8b2bf8d55fed 100644 (file)
@@ -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