mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 11:13:50 +00:00
Fix typo on documentation for lxc-{attach,execute}
.
According to `[1]`, `lxc-attach` uses `-u,-g` instead of `--u,--g`. According to `[2]`, `lxc-execute` uses `-u,-g` instead of `--u,--g`. - [1] https://github.com/lxc/lxc/blob/stable-4.0/src/lxc/tools/lxc_attach.c#L131-L132 - [2] https://github.com/lxc/lxc/blob/stable-4.0/src/lxc/tools/lxc_execute.c#L59-L60 Signed-off-by: Edenis Freindorfer Azevedo <edenisfa@gmail.com>
This commit is contained in:
parent
98632d6ae0
commit
f8fae86f13
@ -374,7 +374,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
<option>--u, --uid <replaceable>uid</replaceable></option>
|
<option>-u, --uid <replaceable>uid</replaceable></option>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
|
@ -179,7 +179,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
<option>--u, --uid <replaceable>uid</replaceable></option>
|
<option>-u, --uid <replaceable>uid</replaceable></option>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
|
@ -391,7 +391,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
<option>--u, --uid <replaceable>uid</replaceable></option>
|
<option>-u, --uid <replaceable>uid</replaceable></option>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
|
@ -180,7 +180,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
<option>--u, --uid <replaceable>uid</replaceable></option>
|
<option>-u, --uid <replaceable>uid</replaceable></option>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
|
@ -286,7 +286,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
<option>--u, --uid <replaceable>uid</replaceable></option>
|
<option>-u, --uid <replaceable>uid</replaceable></option>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
|
@ -143,7 +143,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>
|
<term>
|
||||||
<option>--u, --uid <replaceable>uid</replaceable></option>
|
<option>-u, --uid <replaceable>uid</replaceable></option>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
Reference in New Issue
Block a user