]> git.donarmstrong.com Git - mothur.git/blobdiff - getcurrentcommand.h
added citation function to commands
[mothur.git] / getcurrentcommand.h
index aa4f8f4f4e488fdb87474b0ceebd52ac25cd4f98..bfa9168dcd81347afe271062f224763fdcb56ce1 100644 (file)
@@ -23,6 +23,7 @@ class GetCurrentCommand : public Command {
                string getCommandName()                 { return "get.current"; }
                string getCommandCategory()             { return "General";             }
                string getHelpString(); 
+               string getCitation() { return "http://www.mothur.org/wiki/Get.current"; }
        
                int execute(); 
                void help() { m->mothurOut(getHelpString()); }