Author: mdz
Date: 2003-09-19 03:10:01 GMT
* s/removed/installed/ in a comment in apt-get.cc
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: apt-get.cc,v 1.141 2003/09/10 19:28:55 mdz Exp $
+// $Id: apt-get.cc,v 1.142 2003/09/19 03:10:01 mdz Exp $
/* ######################################################################
apt-get - Cover for dpkg
/* ######################################################################
apt-get - Cover for dpkg
/* */
void ShowNew(ostream &out,CacheFile &Cache)
{
/* */
void ShowNew(ostream &out,CacheFile &Cache)
{
- /* Print out a list of packages that are going to be removed extra
+ /* Print out a list of packages that are going to be installed extra
to what the user asked */
string List;
string VersionsList;
to what the user asked */
string List;
string VersionsList;
* Document configuration file comment syntax in apt.conf(5)
(Closes: #211262)
* Document configuration file comment syntax in apt.conf(5)
(Closes: #211262)
+ * s/removed/installed/ in a comment in apt-get.cc