diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-05-16 17:18:49 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-05-16 17:18:49 +0200 |
commit | 6a5f38e99303e53f2b593442a5c1ace104c155b7 (patch) | |
tree | 12c4592b375f958c145b9b950753c8247edde0e2 /doc/apt-get.8.xml | |
parent | eb1f04dda07c2b69549ad9fd793cca0e91841b3e (diff) |
document --no- as --show-upgraded is the default
--show-upgraded is the default since
906fbf8886926eeb302332d997c9bd861291e155 so documenting it as if it
would be an option having an effect as is feels wrong and we do the same
for other options like install-recomends, download, …, too.
This commit also removes -u from the documentation, but still supports
it in the commandline parsing. Eventually we should deprecate the short
option, but for now lets just stop documenting it.
Closes: 824456
Diffstat (limited to 'doc/apt-get.8.xml')
-rw-r--r-- | doc/apt-get.8.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 0e66ce294..46660e4db 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -357,9 +357,8 @@ Configuration Item: <literal>APT::Get::Assume-No</literal>.</para></listitem> </varlistentry> - <varlistentry><term><option>-u</option></term><term><option>--show-upgraded</option></term> - <listitem><para>Show upgraded packages; print out a list of all packages that are to be - upgraded. + <varlistentry><term><option>--no-show-upgraded</option></term> + <listitem><para>Do not show a list of all packages that are to be upgraded. Configuration Item: <literal>APT::Get::Show-Upgraded</literal>.</para></listitem> </varlistentry> |