summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2020-06-10 08:07:08 +0000
committerJoe Orton <jorton@apache.org>2020-06-10 08:07:08 +0000
commit75350541f0af9eb65535a6fbae4b57b10cf036a0 (patch)
tree984ac3baf0475092affdc212a6e4627b67bec901 /support
parent3951863427fcf205be1cb73d4c20cddca27bca65 (diff)
downloadhttpd-75350541f0af9eb65535a6fbae4b57b10cf036a0.tar.gz
* 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
Diffstat (limited to 'support')
-rw-r--r--support/htpasswd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/htpasswd.c b/support/htpasswd.c
index 1d2c2c6621..f17d9923e1 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