]> git.donarmstrong.com Git - mothur.git/blobdiff - getcommandinfocommand.h
added citation function to commands
[mothur.git] / getcommandinfocommand.h
index 4c5b3ab60f7c1fea8d75f7e228c6539536afd877..c67a4eded0536e11177cd3db392efe2fa3ae7364 100644 (file)
@@ -28,6 +28,7 @@ public:
        string getCommandName()                 { return "get.commandinfo";             }
        string getCommandCategory()             { return "Hidden";                              }
        string getHelpString(); 
+       string getCitation() { return "no citation"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }