Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-07-07 01:24:20 +0400
committerDenys Vlasenko <vda.linux@googlemail.com>2009-07-07 01:24:20 +0400
commit7e7e08fb09fdc5769e0a3724757fc5ef313d4233 (patch)
tree990d5357e43a28c85821c95a82b9fa15a8424e75 /libbb/Config.in
parent57dc5345e2f30eb990722be45449dcae1b15a1ad (diff)
tweak MD5 config text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Config.in')
-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