diff --git a/man/homectl.xml b/man/homectl.xml
index 6dc830233c..243d2b2b81 100644
--- a/man/homectl.xml
+++ b/man/homectl.xml
@@ -191,7 +191,7 @@
- User Record Properties
+ General User Record PropertiesThe following options control various properties of the user records/home directories that
systemd-homed.service manages. These switches may be used in conjunction with the
@@ -394,7 +394,12 @@
+
+
+
+ Authentication User Record Properties
+ Either takes a SSH authorized key line to associate with the user record or a
@@ -526,8 +531,13 @@
+
+
-
+
+ Blob Directory User Record Properties
+
+ PATH
@@ -560,7 +570,12 @@
+
+
+
+ Account Management User Record Properties
+
@@ -651,7 +666,12 @@
+
+
+
+ Resource Management User Record Properties
+ Either takes a size in bytes as argument (possibly using the usual K, M, G, …
@@ -757,7 +777,12 @@
+
+
+
+ Storage User Record Properties
+
@@ -815,7 +840,12 @@
+
+
+
+ LUKS Storage User Record Properties
+
@@ -933,7 +963,12 @@
+
+
+
+ Mounting User Record Properties
+
@@ -947,7 +982,12 @@
+
+
+
+ CIFS User Record Properties
+
@@ -966,7 +1006,12 @@
+
+
+
+ Login Behaviour Record Properties
+
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"