From 82f8b79cd23732ea1f507419f59545955d4747ac Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 8 Jun 2007 12:56:40 +0000 Subject: [PATCH] git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/branches/refactoring@50 60f365c0-8329-0410-b2a4-ec073aeeaa1d --- src/ecofind.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/ecofind.c b/src/ecofind.c index bb9a598..18b1f64 100644 --- a/src/ecofind.c +++ b/src/ecofind.c @@ -50,7 +50,7 @@ static void PrintHelp() PP "synopsis : searching for scientific name, taxonomic\n"); PP " rank and taxonomy id for given regular\n"); PP " expression patterns\n"); - PP "usage: ecofind [options]\n"); + PP "usage: ecofind [options] pattern\n"); PP "------------------------------------------\n"); PP "options:\n"); PP "-d : [D]atafile containing the taxonomy\n"); @@ -100,9 +100,6 @@ int main(int argc, char **argv) } } - /** - * check the path to the database is given as last argument - **/ if ((argc - optind) < 1) errflag++;