X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quitcommand.h;h=64958008deae4165e4a9019ddf93a0f44fd09f25;hb=36a6b02cf7f09d2bc34376b588944a9ca73429c5;hp=f1929bf3b861926a893615f12a8e36c8e8f326d8;hpb=e150b0b0664caec517485ee6d69dcdade6dcae77;p=mothur.git diff --git a/quitcommand.h b/quitcommand.h index f1929bf..6495800 100644 --- a/quitcommand.h +++ b/quitcommand.h @@ -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()); }