diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.src.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/usage.src.h b/include/usage.src.h index 78beccf4d..00369dfb3 100644 --- a/include/usage.src.h +++ b/include/usage.src.h | |||
@@ -14,6 +14,14 @@ | |||
14 | 14 | ||
15 | #define NOUSAGE_STR "\b" | 15 | #define NOUSAGE_STR "\b" |
16 | 16 | ||
17 | #if !ENABLE_USE_BB_CRYPT || ENABLE_USE_BB_CRYPT_SHA | ||
18 | # define CRYPT_METHODS_HELP_STR "des,md5,sha256/512" \ | ||
19 | " (default "CONFIG_FEATURE_DEFAULT_PASSWD_ALGO")" | ||
20 | #else | ||
21 | # define CRYPT_METHODS_HELP_STR "des,md5" \ | ||
22 | " (default "CONFIG_FEATURE_DEFAULT_PASSWD_ALGO")" | ||
23 | #endif | ||
24 | |||
17 | INSERT | 25 | INSERT |
18 | 26 | ||
19 | #define busybox_notes_usage \ | 27 | #define busybox_notes_usage \ |