diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:10 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:57:10 +0000 |
commit | 345090780d16bca5b6d61277e2845d5e33f3ece5 (patch) | |
tree | 3aa4106e58d84b63c07e2c9754b8969bb2f50cb5 | |
parent | 63b1700fd93787682eedc95546a0364f449f036d (diff) |
Doc update
Author: jgg
Date: 2001-03-07 04:25:35 GMT
Doc update
-rw-r--r-- | cmdline/apt-cache.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index a0239d87f..6dfd9ee87 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.45 2001/02/22 06:26:27 jgg Exp $ +// $Id: apt-cache.cc,v 1.46 2001/03/07 04:25:35 jgg Exp $ /* ###################################################################### apt-cache - Manages the cache files @@ -1133,7 +1133,6 @@ bool ShowHelp(CommandLine &Cmd) " dump - Show the entire file in a terse form\n" " dumpavail - Print an available file to stdout\n" " unmet - Show unmet dependencies\n" - " check - Check the cache a bit\n" " search - Search the package list for a regex pattern\n" " show - Show a readable record for the package\n" " depends - Show raw dependency information for a package\n" |