diff --git a/man/homectl.xml b/man/homectl.xml
index cf5b878e7a3..35c6a06c191 100644
--- a/man/homectl.xml
+++ b/man/homectl.xml
@@ -205,6 +205,16 @@
+
+
+
+ If used in conjunction with firstboot and no regular user account
+ exists on the system so far the tool will interactively query for user information and create an
+ account.
+
+
+
+
@@ -1424,9 +1434,10 @@ $ ssh lennart@targetsystem
This command is supposed to be invoked during the initial boot of the system. It
checks whether any regular home area exists so far, and if not queries the user interactively on the
- console for user name and password and creates one. Alternatively, if one or more service credentials
- whose name starts with home.create. are passed to the command (containing a user
- record in JSON format) these users are automatically created at boot.
+ console for user name and password and creates one (only if is
+ specified). Alternatively, if one or more service credentials whose name starts with
+ home.create. are passed to the command (containing a user record in JSON format)
+ these users are automatically created at boot.
This command is invoked by the systemd-homed-firstboot.service service
unit.