diff options
Diffstat (limited to 'loginutils/passwd.c')
-rw-r--r-- | loginutils/passwd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/passwd.c b/loginutils/passwd.c index f48f15f..211a49e 100644 --- a/loginutils/passwd.c +++ b/loginutils/passwd.c @@ -318,7 +318,7 @@ static int new_password(const struct passwd *pw, int amroot, int algo) } else { orig[0] = '\0'; } - cp = bb_askpass(0, "Enter the new password (minimum of 5, maximum of 8 characters).\n" + cp = bb_askpass(0, "Enter the new password (minimum of 5 characters).\n" "Please use a combination of upper and lower case letters and numbers.\n" "Enter new password: "); if (!cp ) { |