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