]> git.saurik.com Git - apt.git/commitdiff
oops
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:52:09 +0000 (16:52 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:52:09 +0000 (16:52 +0000)
Author: jgg
Date: 1998-12-10 04:26:09 GMT
oops

cmdline/apt-get.cc

index a17d0ce2f823636a9fb2e30074c32d1def6218af..3937b3413c5ec1e71056e7b32bf8e4f6a0243bcf 100644 (file)
@@ -1,6 +1,6 @@
 // -*- mode: cpp; mode: fold -*-
 // Description                                                         /*{{{*/
-// $Id: apt-get.cc,v 1.29 1998/12/10 04:22:51 jgg Exp $
+// $Id: apt-get.cc,v 1.30 1998/12/10 04:26:09 jgg Exp $
 /* ######################################################################
    
    apt-get - Cover for dpkg
@@ -959,7 +959,7 @@ bool DoCheck(CommandLine &CmdL)
 // ShowHelp - Show a help screen                                       /*{{{*/
 // ---------------------------------------------------------------------
 /* */
-int ShowHelp(CommandLine &CmdL)
+bool ShowHelp(CommandLine &CmdL)
 {
    cout << PACKAGE << ' ' << VERSION << " for " << ARCHITECTURE <<
        " compiled on " << __DATE__ << "  " << __TIME__ << endl;