diff options
| author | Michael Biebl <biebl@debian.org> | 2023-10-04 11:44:49 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-10-04 11:44:49 +0200 |
| commit | d4d8b2b91f7ba000d97a8b2aab48c85000c11314 (patch) | |
| tree | 4bae747b430c9dae89c22cbf298cbf6c862a52b8 /man/nmcli.xml | |
| parent | 05e4a733f2141995181a551854d5df929f084adf (diff) | |
New upstream version 1.44.2 upstream/1.44.2
Diffstat (limited to 'man/nmcli.xml')
| -rw-r--r-- | man/nmcli.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/nmcli.xml b/man/nmcli.xml index 1caafd31..9bda9db0 100644 --- a/man/nmcli.xml +++ b/man/nmcli.xml @@ -129,8 +129,9 @@ <citerefentry><refentrytitle>terminal-colors.d</refentrytitle><manvolnum>5</manvolnum></citerefentry>. Please refer to the <link linkend='colors' endterm='colors.title' /> section for a list of color names supported by <command>nmcli</command>.</para> - <para>If the environment variable <literal>NO_COLOR</literal> is set (to any value), - then coloring is disabled with mode "auto". Explicitly enabling coloring overrides + <para>If the environment variable <literal>NO_COLOR</literal> is set (to any non-empty value), + then coloring is disabled with mode "auto". If the environment variable <literal>CLICOLOR_FORCE</literal> + is set (to any non-empty value), then coloring is enabled with mode "auto". Explicitly enabling coloring overrides the environment variable.</para> </listitem> </varlistentry> |