diff options
Diffstat (limited to '')
-rw-r--r-- | doc/apt.ent | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/apt.ent b/doc/apt.ent index a6abb0e..b502073 100644 --- a/doc/apt.ent +++ b/doc/apt.ent @@ -49,6 +49,13 @@ </varlistentry> <varlistentry> + <term><option>--audit</option></term> + <listitem><para>Show audit (and notice) messages. This overrides the quiet option, but only for notice messages, not progress ones. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-c</option></term> <term><option>--config-file</option></term> <listitem><para>Configuration File; Specify a configuration file to use. @@ -70,6 +77,16 @@ </para> </listitem> </varlistentry> + + <varlistentry> + <term><option>--no-color</option></term> + <term><option>--color</option></term> +<listitem><para>Turn colors on or off. Colors are on by default on supported terminals for &apt; and +can also be disabled using the <envar>NO_COLOR</envar> or <envar>APT_NO_COLOR</envar> environment variables, +or further configured by the <option>APT::Color</option> configuration option and scope, see &apt-conf; for information on that. + </para> + </listitem> + </varlistentry> "> <!-- Should be used within the option section of the text to |