diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-08 16:53:00 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-08 16:53:29 +0100 |
commit | 1290d0fc5f7ffb433e403068c6c60394033e9ba8 (patch) | |
tree | 9211bdad111e50a9ac0ce97369002e4bf478a9d4 /man/systemctl.xml | |
parent | 9070a9c1030c65bc181f1d00e7226167508059c4 (diff) |
man: update systemctl man page to mentioned --machine=
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 7f1e98f5c5..d842b787e3 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -458,20 +458,19 @@ systemctl start foo <listitem> <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 systemd + username and hostname separated by <literal>@</literal>, to + connect to. This will use SSH to talk to the remote systemd instance.</para> </listitem> </varlistentry> <varlistentry> - <term><option>-P</option></term> - <term><option>--privileged</option></term> + <term><option>-M</option></term> + <term><option>--machine=</option></term> - <listitem> - <para>Acquire privileges via PolicyKit before executing the - operation.</para> - </listitem> + <listitem><para>Execute the operation on a local + container. Specify a container name to connect + to.</para></listitem> </varlistentry> <varlistentry> |