git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/branches/refactoring@50 60f365c0-8329-0410-b2a4-ec073aeeaa1d
This commit is contained in:
@ -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++;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user