]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
added phylip as output file type for commands that output distance matrices. added...
[mothur.git] / helpcommand.h
index c542899fce02b3d9781f553d55054e876bb3b94e..31dbd2b9014ab27a150663a6eff56c63f2f98f8f 100644 (file)
@@ -25,8 +25,10 @@ public:
        string getCommandName()                 { return "help";                }
        string getCommandCategory()             { return "Hidden";              }
        string getHelpString() { return "For more information about a specific command type 'commandName(help)' i.e. 'cluster(help)'"; }        
+    string getOutputFileNameTag(string, string) { return "";  }
        string getCitation() { return "no citation"; }
-       
+       string getDescription()         { return "help"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }