From: Matthieu LAURENT Date: Wed, 5 Feb 2025 16:28:37 +0000 (+0100) Subject: homectl: fix typo in help text X-Git-Tag: v258-rc1~1417^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8e778e8abbe119754026929b3c9453404822c70;p=thirdparty%2Fsystemd.git homectl: fix typo in help text --- diff --git a/src/home/homectl.c b/src/home/homectl.c index b5584349e2a..0c032c05d19 100644 --- a/src/home/homectl.c +++ b/src/home/homectl.c @@ -2810,7 +2810,7 @@ static int help(int argc, char *argv[], void *userdata) { " --enforce-password-policy=BOOL\n" " Control whether to enforce system's password\n" " policy for this user\n" - " -P Same as --enforce-password-password=no\n" + " -P Same as --enforce-password-policy=no\n" " --password-change-now=BOOL\n" " Require the password to be changed on next login\n" " --password-change-min=TIME\n"