diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:01:44 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:01:44 +0000 |
commit | 7a3e9e0a41d468b67509fa805df075abc6429fa5 (patch) | |
tree | bc5e4a77be7660d8d57e75221814b18244fe20a6 /ftparchive/apt-ftparchive.cc | |
parent | 7e46c4f6413cbb349c236db81b25c56ab6dfa054 (diff) |
- Fix typo in apt-ftparchive help text (Closes: #119072)
Author: mdz
Date: 2003-07-18 14:12:07 GMT
- Fix typo in apt-ftparchive help text (Closes: #119072)
Diffstat (limited to 'ftparchive/apt-ftparchive.cc')
-rw-r--r-- | ftparchive/apt-ftparchive.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftparchive/apt-ftparchive.cc b/ftparchive/apt-ftparchive.cc index 480d32805..60fe740b5 100644 --- a/ftparchive/apt-ftparchive.cc +++ b/ftparchive/apt-ftparchive.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-ftparchive.cc,v 1.6 2003/02/10 07:34:41 doogie Exp $ +// $Id: apt-ftparchive.cc,v 1.7 2003/07/18 14:12:07 mdz Exp $ /* ###################################################################### apt-scanpackages - Efficient work-alike for dpkg-scanpackages @@ -548,7 +548,7 @@ bool ShowHelp(CommandLine &CmdL) cout << _("Usage: apt-ftparchive [options] command\n" - "Commands: packges binarypath [overridefile [pathprefix]]\n" + "Commands: packages binarypath [overridefile [pathprefix]]\n" " sources srcpath [overridefile [pathprefix]]\n" " contents path\n" " generate config [groups]\n" |