diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-20 18:24:23 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-20 18:24:23 +0200 |
commit | c086ac18511ce648a0ed88ab470965470bd422c5 (patch) | |
tree | 3c3cbd68f44373650be956fd8c196d743410de64 /doc/apt-get.8.xml | |
parent | 177645edb5775337ccf6d3971835a122b12318d4 (diff) |
* doc/*.xml:
- add a few translator notes and reword some paragraphs to ensure that
translators and users alike can better understand them (Closes: #669409)
Diffstat (limited to 'doc/apt-get.8.xml')
-rw-r--r-- | doc/apt-get.8.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 65929e733..15b9701e2 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -397,9 +397,10 @@ </varlistentry> <varlistentry><term><option>--only-upgrade</option></term> - <listitem><para>Do not install new packages; When used in conjunction with <literal>install</literal>, - <literal>only-upgrade</literal> will prevent packages on the command line - from being upgraded if they are not already installed. + <listitem><para>Do not install new packages; When used in conjunction + with <literal>install</literal>, <literal>only-upgrade</literal> will + install upgrades for already installed packages only and ignore requests + to install new packages. Configuration Item: <literal>APT::Get::Only-Upgrade</literal>.</para></listitem> </varlistentry> |