diff options
-rw-r--r-- | man/user-system-options.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/man/user-system-options.xml b/man/user-system-options.xml index cca5c79a7a..8616c54249 100644 --- a/man/user-system-options.xml +++ b/man/user-system-options.xml @@ -26,10 +26,15 @@ <term><option>--host=</option></term> <listitem id='host-text'> - <para>Execute the operation remotely. Specify a hostname, or + <para>Execute the operation remotely. Specify a hostname, or a username and hostname separated by <literal>@</literal>, to - connect to. This will use SSH to talk to the remote machine - manager instance.</para> + connect to. The hostname may optionally be suffixed by a + container name, separated by <literal>:</literal>, which + connects directly to a specific container on the specified + host. This will use SSH to talk to the remote machine manager + instance. Container names may be enumerated with + <command>machinectl -H + <replaceable>HOST</replaceable></command>.</para> </listitem> </varlistentry> |