diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:18:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 10:18:18 +0000 |
commit | 8f0b97043bf4c0dde04805ded9ba11fd923419ca (patch) | |
tree | 71ed941d427ca5077b761de4cff106d23611e0e9 /doc/examples/configure-index | |
parent | Adding upstream version 2.7.14. (diff) | |
download | apt-8f0b97043bf4c0dde04805ded9ba11fd923419ca.tar.xz apt-8f0b97043bf4c0dde04805ded9ba11fd923419ca.zip |
Adding upstream version 2.9.0.upstream/2.9.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/examples/configure-index')
-rw-r--r-- | doc/examples/configure-index | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index da4998b..cc9a2e7 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -104,6 +104,7 @@ APT Show-Upgraded "<BOOL>"; Show-Versions "<BOOL>"; + List-Columns "<BOOL>"; Upgrade "<BOOL>"; Only-Upgrade "<BOOL>"; Upgrade-Allow-New "<BOOL>"; @@ -722,6 +723,7 @@ apt::system "<STRING>"; apt::acquire::translation "<STRING>"; // deprecated in favor of Acquire::Languages apt::color::highlight "<STRING>"; apt::color::neutral "<STRING>"; +apt::output-version "<INT>"; dpkgpm::reporting-steps "<INT>"; @@ -880,6 +882,7 @@ Rred::f "<BOOL>"; Rred::Compress "<STRING>"; APT::Internal::OpProgress::Absolute "<BOOL>"; +APT::Internal::OpProgress::EraseLines "<BOOL>"; APT::Color "<BOOL>"; update-manager::always-include-phased-updates "<BOOL>"; |