X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=helpcommand.h;h=c542899fce02b3d9781f553d55054e876bb3b94e;hb=a150db3c2bfd7b76420048a1e94ebe397f2c6045;hp=46393c020c0a0074525b3df80eb7dade0f8cfa3b;hpb=82bf18e3ef0a52345519f91a682e64cc385b56bb;p=mothur.git diff --git a/helpcommand.h b/helpcommand.h index 46393c0..c542899 100644 --- a/helpcommand.h +++ b/helpcommand.h @@ -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()); }