mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-06-06 08:57:22 +00:00
lxc-attach: add logging option to manpage
Signed-off-by: Christian Brauner <christian.brauner@mailbox.org>
This commit is contained in:
parent
9f616d8453
commit
f43d63bc66
@ -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