diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-04-12 18:16:23 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-04-12 18:16:23 +0000 |
| commit | b8e77c400eaec5983772f50d3f728373b5981866 (patch) | |
| tree | ae0ba3624bef3e1549e2bf0f555590eb98e6513b /doc/apt-get.8.xml | |
| parent | 81c65f7e86b8f16eaaa91d9c205a594b0ebde159 (diff) | |
| parent | f725565ae69a06d0ad5747881b6f54a19c0c1763 (diff) | |
Merge branch 'terse-ui' into 'main'
Introduce new output format for apt(8)
See merge request apt-team/apt!337
Diffstat (limited to 'doc/apt-get.8.xml')
| -rw-r--r-- | doc/apt-get.8.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index da1e91997..807345a3d 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -410,6 +410,12 @@ Configuration Item: <literal>APT::Get::Show-Versions</literal>.</para></listitem> </varlistentry> + <varlistentry><term><option>--no-list-columns</option></term> + <listitem><para>Display package lists without arranging them in columns. By + default, package lists are printed in the style of the "ls" command. + Configuration Item: <literal>APT::Get::List-Columns</literal>.</para></listitem> + </varlistentry> + <varlistentry><term><option>-a</option></term> <term><option>--host-architecture</option></term> <listitem><para>This option controls the architecture packages are built for |
