]> git.ipfire.org Git - thirdparty/systemd.git/commit
homectl: fix typos in help text (#36279)
authorLuca Boccassi <bluca@debian.org>
Wed, 5 Feb 2025 19:54:08 +0000 (19:54 +0000)
committerGitHub <noreply@github.com>
Wed, 5 Feb 2025 19:54:08 +0000 (19:54 +0000)
commite678a46f51ef84b0553b4f9ec6805632c38b71cb
treedbda242e714059ea1200425098e3550a84d34105
parentbc1291aa859783673450fc0c66c48a7242a8365b
parentdf9c5c1c9c230605734aeace4cd3861ff3d6ee6d
homectl: fix typos in help text (#36279)

I noticed two small typos while reading the help text for homectl.
The `-P` option is described as "Same as
--enforce-password-**password**=no" when the option's name is
`--enforce-password-policy`.
While checking the man page to check if the typo was also there, i
noticed another typo where `--enforce-password-policy=no` has 3 dashes
instead of 2 in the description for `-P`.