]> git.donarmstrong.com Git - mothur.git/blobdiff - nocommands.h
added citation function to commands
[mothur.git] / nocommands.h
index 12bfc4dffc6082ab35cc405b5ab03b522391b02d..b7fa6f19fb10d4178d826158a4b19606c81a0e8b 100644 (file)
@@ -25,6 +25,7 @@ public:
        string getCommandName()                 { return "NoCommand";   }
        string getCommandCategory()             { return "Hidden";              }
        string getHelpString() { return "No Command"; } 
+       string getCitation() { return "no citation"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }