X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=nocommands.h;h=8c1d7222964a40de5cd06835260c2a5323238584;hp=a5855dced6a50c8a808464421ceb34dd6cd5aa24;hb=1a20e24ee786195ab0e1cccd4f5aede7a88f3f4e;hpb=f687723a8357916e86a05116978e6869b039ce36 diff --git a/nocommands.h b/nocommands.h index a5855dc..8c1d722 100644 --- a/nocommands.h +++ b/nocommands.h @@ -25,7 +25,7 @@ public: string getCommandName() { return "NoCommand"; } string getCommandCategory() { return "Hidden"; } string getHelpString() { return "No Command"; } - string getOutputFileNameTag(string, string) { return ""; } + string getOutputPattern(string) { return ""; } string getCitation() { return "no citation"; } string getDescription() { return "no description"; }