diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:22 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:22 +0000 |
commit | 21ae3cae55e3537db56ae7a77748cacb37b99db6 (patch) | |
tree | 31fbcc0fb24316b4eceaa9a626d4e03b02c86357 /cmdline/apt-get.cc | |
parent | 988d60d18bd5f4899eece039d81ffa2034242e62 (diff) |
Fixed help text man page references
Author: jgg
Date: 1998-12-31 01:32:20 GMT
Fixed help text man page references
Diffstat (limited to 'cmdline/apt-get.cc')
-rw-r--r-- | cmdline/apt-get.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index f7313a07e..9749913a7 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.31 1998/12/14 02:23:47 jgg Exp $ +// $Id: apt-get.cc,v 1.32 1998/12/31 01:32:20 jgg Exp $ /* ###################################################################### apt-get - Cover for dpkg @@ -993,7 +993,7 @@ bool ShowHelp(CommandLine &CmdL) cout << " -u Show a list of upgraded packages as well" << endl; cout << " -c=? Read this configuration file" << endl; cout << " -o=? Set an arbitary configuration option, ie -o dir::cache=/tmp" << endl; - cout << "See the apt-get(8), sources.list(8) and apt.conf(8) manual" << endl; + cout << "See the apt-get(8), sources.list(5) and apt.conf(5) manual" << endl; cout << "pages for more information." << endl; return 100; } |