summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:56:01 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:56:01 +0000
commitd82d687380b0a7f884f531d3cce5d0fa945d9777 (patch)
treeb13318071054e7ea379fd342f9c79db4d72a6676 /cmdline
parent4c8ccdd48e1834ab2bcd11c769cb41be046a6516 (diff)
Updated help text
Author: jgg Date: 2000-05-14 06:01:04 GMT Updated help text
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt-get.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index ea0feb239..15de20731 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.97 2000/05/12 05:11:54 jgg Exp $
+// $Id: apt-get.cc,v 1.98 2000/05/14 06:01:04 jgg Exp $
/* ######################################################################
apt-get - Cover for dpkg
@@ -1611,7 +1611,8 @@ bool ShowHelp(CommandLine &CmdL)
return 100;
cout << "Usage: apt-get [options] command" << endl;
- cout << " apt-get [options] install pkg1 [pkg2 ...]" << endl;
+ cout << " apt-get [options] install|remove pkg1 [pkg2 ...]" << endl;
+ cout << " apt-get [options] source pkg1 [pkg2 ...]" << endl;
cout << endl;
cout << "apt-get is a simple command line interface for downloading and" << endl;
cout << "installing packages. The most frequently used commands are update" << endl;