]> git.donarmstrong.com Git - mothur.git/blobdiff - nocommands.h
added command descriptions
[mothur.git] / nocommands.h
index b7fa6f19fb10d4178d826158a4b19606c81a0e8b..5ed7e127d09ce645aa11cd43dd2192a1155b42dc 100644 (file)
@@ -26,6 +26,8 @@ public:
        string getCommandCategory()             { return "Hidden";              }
        string getHelpString() { return "No Command"; } 
        string getCitation() { return "no citation"; }
+       string getDescription()         { return "no description"; }
+
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }