]> git.donarmstrong.com Git - mothur.git/blobdiff - quitcommand.h
added check to make sure shhh.flows child processes finish properly. added subsamplin...
[mothur.git] / quitcommand.h
index f1929bf3b861926a893615f12a8e36c8e8f326d8..64958008deae4165e4a9019ddf93a0f44fd09f25 100644 (file)
@@ -28,7 +28,8 @@ public:
        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"; }
-       
+       string getDescription()         { return "quit"; }
+
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }