X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=helpcommand.h;h=aedb7b5a626570f39f16d420ca7bd82a0034f740;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=cba07087148b0a537a299746c808f4314ea05806;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/helpcommand.h b/helpcommand.h index cba0708..aedb7b5 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 getOutputPattern(string) { return ""; } string getCitation() { return "no citation"; } string getDescription() { return "help"; }