]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-get.cc
Fixed make system to rebuild binaries when shlib versio...
[apt.git] / cmdline / apt-get.cc
index e77437888413f43f7bbb1e3002f7771d2b7fb2da..a2c0132069fe219deb6f974981a91772a63e1874 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-get.cc,v 1.49 1999/04/07 05:30:18 jgg Exp $
+// $Id: apt-get.cc,v 1.51 1999/04/12 02:25:25 jgg Exp $
 /* ######################################################################
    
    apt-get - Cover for dpkg
@@ -604,7 +604,7 @@ bool InstallPackages(CacheFile &Cache,bool ShwKept,bool Ask = true,bool Saftey =
    else
    {
       // Prompt to continue
-      if (Ask == true)
+      if (Ask == true || Fail == true)
       {            
         if (_config->FindI("quiet",0) < 2 &&
             _config->FindB("APT::Get::Assume-Yes",false) == false)
@@ -1256,6 +1256,7 @@ bool ShowHelp(CommandLine &CmdL)
    cout << "   upgrade - Perform an upgrade" << endl;
    cout << "   install - Install new packages (pkg is libc6 not libc6.deb)" << endl;
    cout << "   remove - Remove packages" << endl;
+   cout << "   source - Download source archives" << endl;
    cout << "   dist-upgrade - Distribution upgrade, see apt-get(8)" << endl;
    cout << "   dselect-upgrade - Follow dselect selections" << endl;
    cout << "   clean - Erase downloaded archive files" << endl;