diff options
author | Shawn Landden <slandden@gmail.com> | 2018-02-08 09:19:14 -0800 |
---|---|---|
committer | Shawn Landden <shawn@git.icu> | 2018-08-06 14:29:46 -0700 |
commit | 026df70eaf0b5563a103b10650668c4d63937edf (patch) | |
tree | 91cfe572c42b055744c296eab408dcb72ef59505 /man | |
parent | 0ec113366dde85326efeb6d9625cb4499449ace5 (diff) | |
download | systemd-026df70eaf0b5563a103b10650668c4d63937edf.tar.gz |
man: update to reflect changes in -H HOST parsing
Diffstat (limited to 'man')
-rw-r--r-- | man/user-system-options.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/user-system-options.xml b/man/user-system-options.xml index eb875661de..4ad2d3b16d 100644 --- a/man/user-system-options.xml +++ b/man/user-system-options.xml @@ -33,12 +33,13 @@ <para>Execute the operation remotely. Specify a hostname, or a username and hostname separated by <literal>@</literal>, to connect to. The hostname may optionally be suffixed by a - container name, separated by <literal>:</literal>, which + port ssh is listening on, seperated by <literal>:</literal>, and then 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> + <replaceable>HOST</replaceable></command>. Put IPv6 addresses in brackets.</para> </listitem> </varlistentry> |