summaryrefslogtreecommitdiff
path: root/cmdline/apt-get.cc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:39 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:39 +0000
commiteec898ad83d383f27b94f747245fe82fe11949b0 (patch)
tree75915d7506528151f88d3aff07c282b59d06fdb8 /cmdline/apt-get.cc
parentd6e79b75582b25065e2e1e843191c93d1f56ec3a (diff)
Change log updates
Author: jgg Date: 1999-04-20 05:59:29 GMT Change log updates
Diffstat (limited to 'cmdline/apt-get.cc')
-rw-r--r--cmdline/apt-get.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 0228bb395..740d69e29 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.56 1999/04/20 05:14:55 jgg Exp $
+// $Id: apt-get.cc,v 1.57 1999/04/20 05:59:29 jgg Exp $
/* ######################################################################
apt-get - Cover for dpkg
@@ -1321,6 +1321,7 @@ bool ShowHelp(CommandLine &CmdL)
cout << " -f Attempt to continue if the integrity check fails" << endl;
cout << " -m Attempt to continue if archives are unlocatable" << endl;
cout << " -u Show a list of upgraded packages as well" << endl;
+ cout << " -b Bulid the source package after fetching itl" << endl;
cout << " -c=? Read this configuration file" << endl;
cout << " -o=? Set an arbitary configuration option, eg -o dir::cache=/tmp" << endl;
cout << "See the apt-get(8), sources.list(5) and apt.conf(5) manual" << endl;