diff options
author | Lennart Poettering <lennart@poettering.net> | 2025-01-24 13:31:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2025-01-24 14:54:27 +0100 |
commit | cd3730524c522cccf3812ba9f5e0faee642635aa (patch) | |
tree | 86a3a8c805addcc80053560153b2b236599d2ca3 /src/home/homectl.c | |
parent | mkosi: update debian commit reference (diff) | |
download | systemd-cd3730524c522cccf3812ba9f5e0faee642635aa.tar.xz systemd-cd3730524c522cccf3812ba9f5e0faee642635aa.zip |
man: add some sections to homectl man page
This adds the same sections we already have in the homectl --help blurb
also to the man page.
While we are at it, let's also add a new section for Authentication
related switches.
Diffstat (limited to '')
-rw-r--r-- | src/home/homectl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/home/homectl.c b/src/home/homectl.c index 29786760e2..a056f831a6 100644 --- a/src/home/homectl.c +++ b/src/home/homectl.c @@ -2772,6 +2772,7 @@ static int help(int argc, char *argv[], void *userdata) { " --setenv=VARIABLE[=VALUE] Set an environment variable at log-in\n" " --timezone=TIMEZONE Set a time-zone\n" " --language=LOCALE Set preferred languages\n" + "\n%4$sAuthentication User Record Properties:%5$s\n" " --ssh-authorized-keys=KEYS\n" " Specify SSH public keys\n" " --pkcs11-token-uri=URI URI to PKCS#11 security token containing\n" |