diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:55 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:55 +0000 |
commit | eba05d5432e2f71620d03457072593cbe28090a3 (patch) | |
tree | d829350cf6f9752728e7d41e7be8bd8adbad572f /cmdline/apt-cache.cc | |
parent | 5819a76177d1ea1ed7e5b10f93804cc9730a560c (diff) |
Updated help blurb
Author: jgg
Date: 2001-05-11 05:07:06 GMT
Updated help blurb
Diffstat (limited to 'cmdline/apt-cache.cc')
-rw-r--r-- | cmdline/apt-cache.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index 803691cab..eeeb1fb90 100644 --- a/cmdline/apt-cache.cc +++ b/cmdline/apt-cache.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-cache.cc,v 1.47 2001/04/29 05:13:51 jgg Exp $ +// $Id: apt-cache.cc,v 1.48 2001/05/11 05:07:06 jgg Exp $ /* ###################################################################### apt-cache - Manages the cache files @@ -1258,6 +1258,7 @@ bool ShowHelp(CommandLine &Cmd) " depends - Show raw dependency information for a package\n" " pkgnames - List the names of all packages\n" " dotty - Generate package graphs for GraphVis\n" + " policy - Show policy settings\n" "\n" "Options:\n" " -h This help text.\n" |