]> git.donarmstrong.com Git - mothur.git/blobdiff - systemcommand.h
added command descriptions
[mothur.git] / systemcommand.h
index 3c22773f2d9e70417c6dc3fef6a58181a16440f0..e0061f587ea6a3c7003fbc8b16a48763242ce964 100644 (file)
@@ -26,7 +26,8 @@ class SystemCommand : public Command {
                string getCommandCategory()             { return "General";             }
                string getHelpString(); 
                string getCitation() { return "http://www.mothur.org/wiki/System"; }
-       
+               string getDescription()         { return "excute system commands from within mothur"; }
+
                int execute(); 
                void help() { m->mothurOut(getHelpString()); }