summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:53:27 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:53:27 +0000
commit4994560c7e0c580081302063d2f2ac8d81484862 (patch)
tree8e6e3e49c7135e32eb5a9daea0779d454f0715f2 /cmdline
parent0817301e47d0b1d3ab893039115fa906963af2c9 (diff)
Documented the apt-get source command
Author: jgg Date: 1999-04-07 06:25:03 GMT Documented the apt-get source command
Diffstat (limited to 'cmdline')
-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 e77437888..3ef5e909c 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.49 1999/04/07 05:30:18 jgg Exp $
+// $Id: apt-get.cc,v 1.50 1999/04/07 06:34:48 jgg Exp $
/* ######################################################################
apt-get - Cover for dpkg
@@ -1256,6 +1256,7 @@ bool ShowHelp(CommandLine &CmdL)
cout << " upgrade - Perform an upgrade" << endl;
cout << " install - Install new packages (pkg is libc6 not libc6.deb)" << endl;
cout << " remove - Remove packages" << endl;
+ cout << " source - Download source archives" << endl;
cout << " dist-upgrade - Distribution upgrade, see apt-get(8)" << endl;
cout << " dselect-upgrade - Follow dselect selections" << endl;
cout << " clean - Erase downloaded archive files" << endl;