diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2024-01-23 18:43:13 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-04-19 20:54:54 +0200 |
| commit | 215b184d6a5774df10cabe12bde7d6b0fa3aff85 (patch) | |
| tree | 6b63c67d4d4c81397ed3beca894b0c5ee56384d1 /doc/apt.ent | |
| parent | 3cd6eacd1ab42e414f0d899a3f74fc60140f0e8a (diff) | |
Add an --audit option to switch on audit logging
This option is recommended to be used by repository operators
for testing.
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. |
