Просмотр исходного кода

* Mention default setting for --all-versions (Closes: #...
Author: mdz
Date: 2003-08-01 20:24:29 GMT
* Mention default setting for --all-versions (Closes: #203298)

Arch Librarian лет назад: 22
Родитель
Сommit
80c0ffbd17
2 измененных файлов с 6 добавлено и 2 удалено
  1. 1 0
      debian/changelog
  2. 5 2
      doc/apt-cache.8.sgml

+ 1 - 0
debian/changelog

@@ -1,6 +1,7 @@
 apt (0.5.9) unstable; urgency=low
 
   * Fix typo in example ftp-archive.conf (Closes: #203295)
+  * Mention default setting for --all-versions (Closes: #203298)
 
  --
 

+ 5 - 2
doc/apt-cache.8.sgml

@@ -312,8 +312,11 @@ Reverse Provides:
 
      <VarListEntry><term><option/-a/</><term><option/--all-versions/</>
      <ListItem><Para>
-     Print full records for all available versions. This is only applicable to 
-     the <literal/show/ command. 
+     Print full records for all available versions. This is the
+     default; to turn it off, use <option/--no-all-versions/.
+     If <option/--no-all-versions/ is specified, only the candidate version
+     will displayed (the one which would be selected for installation).
+     This option is only applicable to  the <literal/show/ command.
      Configuration Item: <literal/APT::Cache::AllVersions/.
      </VarListEntry>