diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-06 23:24:20 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-07-06 23:24:20 +0200 |
commit | 7e7e08fb09fdc5769e0a3724757fc5ef313d4233 (patch) | |
tree | 990d5357e43a28c85821c95a82b9fa15a8424e75 | |
parent | 57dc5345e2f30eb990722be45449dcae1b15a1ad (diff) | |
download | busybox-7e7e08fb09fdc5769e0a3724757fc5ef313d4233.tar.gz |
tweak MD5 config text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | libbb/Config.in | 2 |
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 |