Merge pull request #461 from edneville/441_passwd_message

passwd -l should not say that it changes expiry
This commit is contained in:
Serge Hallyn 2021-12-19 11:27:44 -06:00 committed by GitHub
commit a630fba34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);
}
}