X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=helpcommand.h;h=aedb7b5a626570f39f16d420ca7bd82a0034f740;hb=3914b0d6480f67df53b1e838f51c4e6155710434;hp=31dbd2b9014ab27a150663a6eff56c63f2f98f8f;hpb=49d2b7459c5027557564b21e9487dadafbbbdc96;p=mothur.git diff --git a/helpcommand.h b/helpcommand.h index 31dbd2b..aedb7b5 100644 --- a/helpcommand.h +++ b/helpcommand.h @@ -25,7 +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 getOutputFileNameTag(string, string) { return ""; } + string getOutputPattern(string) { return ""; } string getCitation() { return "no citation"; } string getDescription() { return "help"; }