passwd -l should not say that it changes expiry

Closes #441
This commit is contained in:
ed neville 2021-12-17 22:59:46 +00:00
parent c0e4ccd032
commit 92cb9d7785
1 changed files with 1 additions and 1 deletions

View File

@ -1109,7 +1109,7 @@ int main (int argc, char **argv)
(void) printf (_("%s: password changed.\n"), Prog);
#endif /* USE_PAM */
} else {
(void) printf (_("%s: password expiry information changed.\n"), Prog);
(void) printf (_("%s: password changed.\n"), Prog);
}
}