]> git.donarmstrong.com Git - mothur.git/blobdiff - quitcommand.h
added citation function to commands
[mothur.git] / quitcommand.h
index e24bb775aa89ec31f7db5135ecb9952d570a2fb9..f1929bf3b861926a893615f12a8e36c8e8f326d8 100644 (file)
@@ -27,6 +27,7 @@ public:
        string getCommandName()                 { return "quit";                }
        string getCommandCategory()             { return "Hidden";              }
        string getHelpString() { return "The quit command will terminate mothur and should be in the following format: quit() or quit. \n"; }   
+       string getCitation() { return "no citation"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }