diff options
Diffstat (limited to 'libbb/Config.in')
-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 |