git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/branches/refactoring@65 60f365c0-8329-0410-b2a4-ec073aeeaa1d
This commit is contained in:
@ -54,7 +54,7 @@ void gettaxidparents(int32_t taxid, ecotaxonomy_t *taxonomy)
|
|||||||
static void ExitUsage(stat)
|
static void ExitUsage(stat)
|
||||||
int stat;
|
int stat;
|
||||||
{
|
{
|
||||||
PP "usage: ecofind [-d database] [-h] <taxon name pattern> ... \n");
|
PP "usage: ecofind [-d database] [-h] [-t taxid] <taxon name pattern> ... \n");
|
||||||
PP "type \"ecofind -h\" for help\n");
|
PP "type \"ecofind -h\" for help\n");
|
||||||
if (stat)
|
if (stat)
|
||||||
exit(stat);
|
exit(stat);
|
||||||
@ -84,6 +84,8 @@ static void PrintHelp()
|
|||||||
PP " program located in the tools directory.\n");
|
PP " program located in the tools directory.\n");
|
||||||
PP " Write the database radical without any extension.\n\n");
|
PP " Write the database radical without any extension.\n\n");
|
||||||
PP "-h : [H]elp - print <this> help\n\n");
|
PP "-h : [H]elp - print <this> help\n\n");
|
||||||
|
PP "-t : [T]axonomic id. Specifiying this option will display");
|
||||||
|
PP " all parents parent information for the given taxid.");
|
||||||
PP "<taxon> name pattern bearing regular expressions\n\n");
|
PP "<taxon> name pattern bearing regular expressions\n\n");
|
||||||
PP "------------------------------------------\n");
|
PP "------------------------------------------\n");
|
||||||
PP " https://www.grenoble.prabi.fr/trac/ecoPCR/wiki\n");
|
PP " https://www.grenoble.prabi.fr/trac/ecoPCR/wiki\n");
|
||||||
|
Reference in New Issue
Block a user