From: Arch Librarian Date: Mon, 20 Sep 2004 16:52:09 +0000 (+0000) Subject: oops X-Git-Tag: 0.7.24ubuntu1~1551 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/212ad54a664e099ca2f4d240788d5a75254e9358 oops Author: jgg Date: 1998-12-10 04:26:09 GMT oops --- diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index a17d0ce2f..3937b3413 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -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;