summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:52:09 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:52:09 +0000
commit212ad54a664e099ca2f4d240788d5a75254e9358 (patch)
treed07d02245b28be1c9e6ccddccc2983d8c64c69ce /cmdline
parent3d615484858169e6732ef4f236fd3f38d0083a89 (diff)
oops
Author: jgg Date: 1998-12-10 04:26:09 GMT oops
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc4
1 files changed, 2 insertions, 2 deletions
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;