From 7e7e08fb09fdc5769e0a3724757fc5ef313d4233 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 6 Jul 2009 23:24:20 +0200 Subject: [PATCH] tweak MD5 config text Signed-off-by: Denys Vlasenko --- libbb/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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