From 0dfd2728dea9b0a6a92f1272ecaa475adc2f9276 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 17:04:34 +0000 Subject: Add release to usage output Author: mdz Date: 2003-12-26 22:50:52 GMT Add release to usage output Check number of arguments to release --- ftparchive/apt-ftparchive.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ftparchive') diff --git a/ftparchive/apt-ftparchive.cc b/ftparchive/apt-ftparchive.cc index 02e98bae6..287f40a10 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.10 2003/12/26 20:50:01 mdz Exp $ +// $Id: apt-ftparchive.cc,v 1.11 2003/12/26 22:50:52 mdz Exp $ /* ###################################################################### apt-scanpackages - Efficient work-alike for dpkg-scanpackages @@ -552,6 +552,7 @@ bool ShowHelp(CommandLine &CmdL) "Commands: packages binarypath [overridefile [pathprefix]]\n" " sources srcpath [overridefile [pathprefix]]\n" " contents path\n" + " release path\n" " generate config [groups]\n" " clean config\n" "\n" @@ -677,6 +678,9 @@ bool SimpleGenSources(CommandLine &CmdL) // --------------------------------------------------------------------- bool SimpleGenRelease(CommandLine &CmdL) { + if (CmdL.FileSize() < 2) + return ShowHelp(CmdL); + ReleaseWriter Release(""); if (_error->PendingError() == true) return false; -- cgit v1.2.3