diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-12-12 21:24:15 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-12-12 21:24:15 +0100 |
commit | 24fe3f1911fe2b20995b71c77592e64224e8e935 (patch) | |
tree | 858d996669d82d2c1120234d4f779871343c4ebf /docs | |
parent | dd481c2fa64a93840d3429cc47ffc73fa8c9f9eb (diff) |
kmscon: add --reset-env option
This option controls whether we reset the environment before spawning the
PTY child.
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man/kmscon.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/man/kmscon.xml b/docs/man/kmscon.xml index bc8a207..b2d961b 100644 --- a/docs/man/kmscon.xml +++ b/docs/man/kmscon.xml @@ -242,6 +242,14 @@ </varlistentry> <varlistentry> + <term><option>--reset-env</option></term> + <listitem> + <para>Reset environment before spawning the child process. + (default: on)</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>--palette {name}</option></term> <listitem> <para>Change the default color-palette. This shouldn't be used |