Kaynağa Gözat

* cmdline/apt-get.cc: adds 'autoremove' as a valid comment to usage
statement of apt-get (closes: #445468).

Otavio Salvador 19 yıl önce
ebeveyn
işleme
5edb74a357
2 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. 1 0
      cmdline/apt-get.cc
  2. 3 1
      debian/changelog

+ 1 - 0
cmdline/apt-get.cc

@@ -2644,6 +2644,7 @@ bool ShowHelp(CommandLine &CmdL)
       "   upgrade - Perform an upgrade\n"
       "   install - Install new packages (pkg is libc6 not libc6.deb)\n"
       "   remove - Remove packages\n"
+	  "   autoremove - Remove all automatic unused packages\n"
       "   purge - Remove and purge packages\n"
       "   source - Download source archives\n"
       "   build-dep - Configure build-dependencies for source packages\n"

+ 3 - 1
debian/changelog

@@ -69,6 +69,8 @@ apt (0.7.7) UNRELEASED; urgency=low
     - cmdline/apt-extracttemplates.cc: likewise;
     - apt-pkg/deb/debmetaindex.cc: comparison with string literal results
       in unspecified behaviour;
+  * cmdline/apt-get.cc: adds 'autoremove' as a valid comment to usage
+    statement of apt-get (closes: #445468).
 
   [ Ian Jackson ]
   * dpkg-triggers: Deal properly with new package states.
@@ -77,7 +79,7 @@ apt (0.7.7) UNRELEASED; urgency=low
   * apt-pkg/contrib/mmap.cc:
     - don't fail if msync() returns > 0
  
- -- Otavio Salvador <otavio@debian.org>  Mon, 06 Aug 2007 10:44:53 -0300
+ -- Otavio Salvador <otavio@debian.org>  Sat, 06 Oct 2007 18:23:42 -0300
 
 apt (0.7.6) unstable; urgency=low