From ab46791915dff6046599ca553bc83743b784cdb7 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Thu, 14 Jun 2007 13:38:31 +0000 Subject: [PATCH] git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/branches/refactoring@65 60f365c0-8329-0410-b2a4-ec073aeeaa1d --- src/ecofind.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ecofind.c b/src/ecofind.c index 9770659..0ccaf6e 100644 --- a/src/ecofind.c +++ b/src/ecofind.c @@ -54,7 +54,7 @@ void gettaxidparents(int32_t taxid, ecotaxonomy_t *taxonomy) static void ExitUsage(stat) int stat; { - PP "usage: ecofind [-d database] [-h] ... \n"); + PP "usage: ecofind [-d database] [-h] [-t taxid] ... \n"); PP "type \"ecofind -h\" for help\n"); if (stat) exit(stat); @@ -84,6 +84,8 @@ static void PrintHelp() PP " program located in the tools directory.\n"); PP " Write the database radical without any extension.\n\n"); PP "-h : [H]elp - print help\n\n"); + PP "-t : [T]axonomic id. Specifiying this option will display"); + PP " all parents parent information for the given taxid."); PP " name pattern bearing regular expressions\n\n"); PP "------------------------------------------\n"); PP " https://www.grenoble.prabi.fr/trac/ecoPCR/wiki\n");