]> git.donarmstrong.com Git - mothur.git/blobdiff - getcommandinfocommand.h
changing command name classify.shared to classifyrf.shared
[mothur.git] / getcommandinfocommand.h
index c67a4eded0536e11177cd3db392efe2fa3ae7364..46ff78b5e41ec4b9792657f80885425726531351 100644 (file)
@@ -28,7 +28,10 @@ public:
        string getCommandName()                 { return "get.commandinfo";             }
        string getCommandCategory()             { return "Hidden";                              }
        string getHelpString(); 
+    string getOutputPattern(string) {  return "";  }   
        string getCitation() { return "no citation"; }
+       string getDescription()         { return "get.commandinfo"; }
+       
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }