This commit is contained in:
2007-06-08 12:56:40 +00:00
parent f3b14b9a8b
commit 82f8b79cd2

View File

@ -50,7 +50,7 @@ static void PrintHelp()
PP "synopsis : searching for scientific name, taxonomic\n"); PP "synopsis : searching for scientific name, taxonomic\n");
PP " rank and taxonomy id for given regular\n"); PP " rank and taxonomy id for given regular\n");
PP " expression patterns\n"); PP " expression patterns\n");
PP "usage: ecofind [options]\n"); PP "usage: ecofind [options] pattern\n");
PP "------------------------------------------\n"); PP "------------------------------------------\n");
PP "options:\n"); PP "options:\n");
PP "-d : [D]atafile containing the taxonomy\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) if ((argc - optind) < 1)
errflag++; errflag++;