diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:01:30 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:01:30 +0000 |
commit | b9d2ece3c694669536e9fbdf81b6f446163475ec (patch) | |
tree | 3b515ea655016eb85af16e2e5e3e34ac7404d4ce /cmdline | |
parent | 33d0db016bc0c7d474ea8a632f53ed9d9ed6365a (diff) |
Typo (file1 and file2)
Author: piefel
Date: 2003-05-15 09:39:38 GMT
Typo (file1 and file2)
Diffstat (limited to 'cmdline')
-rw-r--r-- | cmdline/apt-cache.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index ed3c31531..df68f7833 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.63 2003/04/27 02:47:44 doogie Exp $ +// $Id: apt-cache.cc,v 1.64 2003/05/15 09:39:38 piefel Exp $ /* ###################################################################### apt-cache - Manages the cache files @@ -1576,7 +1576,7 @@ bool ShowHelp(CommandLine &Cmd) cout << _("Usage: apt-cache [options] command\n" - " apt-cache [options] add file1 [file1 ...]\n" + " apt-cache [options] add file1 [file2 ...]\n" " apt-cache [options] showpkg pkg1 [pkg2 ...]\n" " apt-cache [options] showsrc pkg1 [pkg2 ...]\n" "\n" |