From: Arch Librarian Date: Mon, 20 Sep 2004 17:01:44 +0000 (+0000) Subject: - Fix typo in apt-ftparchive help text (Closes: #119072) X-Git-Tag: 0.7.24ubuntu1~744 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/7a3e9e0a41d468b67509fa805df075abc6429fa5?ds=inline - 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) --- 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"