mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-02 13:40:14 +00:00
Merge pull request #964 from brauner/2016-04-11/lxc_attach_manpage
lxc-attach: add logging option to manpage
This commit is contained in:
commit
1f7c5761aa
@ -58,6 +58,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
<arg choice="opt">--keep-env</arg>
|
||||
<arg choice="opt">--clear-env</arg>
|
||||
<arg choice="opt">-- <replaceable>command</replaceable></arg>
|
||||
<arg choice="opt">-L <replaceable>file</replaceable></arg>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
|
||||
@ -235,6 +236,22 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>-L, --pty-log <replaceable>file</replaceable></option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Specify a file where the output of <command>lxc-attach</command> will be
|
||||
logged.
|
||||
</para>
|
||||
<para>
|
||||
<emphasis>Important:</emphasis> When a standard file descriptor
|
||||
does not refer to a pty ouput produced on it will not be logged.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</refsect1>
|
||||
|
Loading…
Reference in New Issue
Block a user