]> git.donarmstrong.com Git - mothur.git/blobdiff - systemcommand.h
added count parameter to chimera.slayer command
[mothur.git] / systemcommand.h
index e0061f587ea6a3c7003fbc8b16a48763242ce964..6dc09ef75690b43eb0e5045788308c1a4d26d93b 100644 (file)
@@ -24,9 +24,10 @@ class SystemCommand : public Command {
                vector<string> setParameters();
                string getCommandName()                 { return "system";              }
                string getCommandCategory()             { return "General";             }
-               string getHelpString(); 
+        string getOutputFileNameTag(string, string) { return ""; }
+        string getHelpString();        
                string getCitation() { return "http://www.mothur.org/wiki/System"; }
-               string getDescription()         { return "excute system commands from within mothur"; }
+               string getDescription()         { return "execute system commands from within mothur"; }
 
                int execute(); 
                void help() { m->mothurOut(getHelpString()); }