X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=systemcommand.h;h=27adf7c5993289bc0edeeb9f56b8de5939b2bfb0;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=e0061f587ea6a3c7003fbc8b16a48763242ce964;hpb=a44542a3c740cf957cff72ac71742f2fe48b0eaf;p=mothur.git diff --git a/systemcommand.h b/systemcommand.h index e0061f5..27adf7c 100644 --- a/systemcommand.h +++ b/systemcommand.h @@ -24,9 +24,10 @@ class SystemCommand : public Command { vector setParameters(); string getCommandName() { return "system"; } string getCommandCategory() { return "General"; } - string getHelpString(); + string getHelpString(); + string getOutputPattern(string){ return ""; } string getCitation() { return "http://www.mothur.org/wiki/System"; } - string getDescription() { return "excute system commands from within mothur"; } + string getDescription() { return "execute system commands from within mothur"; } int execute(); void help() { m->mothurOut(getHelpString()); }