diff options
Diffstat (limited to 'man/user-system-options.xml')
-rw-r--r-- | man/user-system-options.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/man/user-system-options.xml b/man/user-system-options.xml index 0863960214..cca5c79a7a 100644 --- a/man/user-system-options.xml +++ b/man/user-system-options.xml @@ -20,4 +20,26 @@ implied default.</para> </listitem> </varlistentry> + + <varlistentry id='host'> + <term><option>-H</option></term> + <term><option>--host=</option></term> + + <listitem id='host-text'> + <para>Execute the operation remotely. Specify a hostname, or + username and hostname separated by <literal>@</literal>, to + connect to. This will use SSH to talk to the remote machine + manager instance.</para> + </listitem> + </varlistentry> + + <varlistentry id='machine'> + <term><option>-M</option></term> + <term><option>--machine=</option></term> + + <listitem id='machine-text'> + <para>Execute operation on a local container. Specify a + container name to connect to.</para> + </listitem> + </varlistentry> </variablelist> |