aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-07-06 23:24:20 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-07-06 23:24:20 +0200
commit7e7e08fb09fdc5769e0a3724757fc5ef313d4233 (patch)
tree990d5357e43a28c85821c95a82b9fa15a8424e75 /libbb
parent57dc5345e2f30eb990722be45449dcae1b15a1ad (diff)
downloadbusybox-7e7e08fb09fdc5769e0a3724757fc5ef313d4233.tar.gz
tweak MD5 config text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r--libbb/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Config.in b/libbb/Config.in
index 9b616d1af..bdb6dfa90 100644
--- a/libbb/Config.in
+++ b/libbb/Config.in
@@ -13,7 +13,7 @@ config PASSWORD_MINLEN
Minimum allowable password length.
config MD5_SIZE_VS_SPEED
- int "MD5: Trade Bytes for Speed"
+ int "MD5: Trade bytes for speed (0:fast, 3:slow)"
default 2
range 0 3
help