diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-04-19 19:30:26 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-04-19 19:30:26 +0000 |
| commit | 235d4ab12e72aeef4bbfc59de1d6d51cacdb2e66 (patch) | |
| tree | 2dd7fdd46601827cf88ed1211a0bcb89dfb34c1d /doc/apt.ent | |
| parent | 70103339b017a42ea71a56c27c221a79ccc3116f (diff) | |
| parent | 858a551b50ea3871748d9196896e54b361c3d545 (diff) | |
Merge branch 'audit' into 'main'
Add an "audit" error level
See merge request apt-team/apt!323
Diffstat (limited to 'doc/apt.ent')
| -rw-r--r-- | doc/apt.ent | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/apt.ent b/doc/apt.ent index 386abd493..b502073a9 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. |
