From: Shawn Landden Date: Thu, 8 Feb 2018 17:19:14 +0000 (-0800) Subject: man: update to reflect changes in -H HOST parsing X-Git-Tag: v240~805^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=026df70eaf0b5563a103b10650668c4d63937edf;p=thirdparty%2Fsystemd.git man: update to reflect changes in -H HOST parsing --- diff --git a/man/user-system-options.xml b/man/user-system-options.xml index eb875661de1..4ad2d3b16d2 100644 --- a/man/user-system-options.xml +++ b/man/user-system-options.xml @@ -33,12 +33,13 @@ Execute the operation remotely. Specify a hostname, or a username and hostname separated by @, to connect to. The hostname may optionally be suffixed by a - container name, separated by :, which + port ssh is listening on, seperated by :, and then a + container name, separated by /, 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 machinectl -H - HOST. + HOST. Put IPv6 addresses in brackets.