]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.h
added citation function to commands
[mothur.git] / helpcommand.h
index 46393c020c0a0074525b3df80eb7dade0f8cfa3b..c542899fce02b3d9781f553d55054e876bb3b94e 100644 (file)
@@ -25,6 +25,7 @@ public:
        string getCommandName()                 { return "help";                }
        string getCommandCategory()             { return "Hidden";              }
        string getHelpString() { return "For more information about a specific command type 'commandName(help)' i.e. 'cluster(help)'"; }        
+       string getCitation() { return "no citation"; }
        
        int execute(); 
        void help() { m->mothurOut(getHelpString()); }