man/run0: remove the --user example for --machine=

run0's --user= option is different from other tools,
and the whole point of run0 is to connect to the system
manager. So the example is spurious.
This commit is contained in:
Mike Yuan 2024-05-08 13:55:00 +08:00 committed by Luca Boccassi
parent a4f0e0da35
commit 18303adcd3

View file

@ -200,7 +200,23 @@
</listitem>
</varlistentry>
<xi:include href="user-system-options.xml" xpointer="machine" />
<varlistentry>
<term><option>-M</option></term>
<term><option>--machine=</option></term>
<listitem>
<para>Execute operation on a local container. Specify a container name to connect to, optionally
prefixed by a user name to connect as and a separating <literal>@</literal> character. If the special
string <literal>.host</literal> is used in place of the container name, a connection to the local
system is made. If the <literal>@</literal> syntax is not used, the connection is made as root user.
If the <literal>@</literal> syntax is used either the left hand side or the right hand side may be
omitted (but not both) in which case the local user name and <literal>.host</literal> are implied.
</para>
<xi:include href="version-info.xml" xpointer="v256"/>
</listitem>
</varlistentry>
<xi:include href="standard-options.xml" xpointer="help" />
<xi:include href="standard-options.xml" xpointer="version" />
</variablelist>