X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=systemcommand.h;h=6a4b884cba8ee21629219593cf43eae7b4c02447;hb=2bb9267aa4b4ecdf8488b06605cc9f3f36fa4332;hp=8c959cfb52302df67651a4196ea533751ad596a1;hpb=9d6f36294dcaef3ac65a0e69fd8140077c3209e0;p=mothur.git diff --git a/systemcommand.h b/systemcommand.h index 8c959cf..6a4b884 100644 --- a/systemcommand.h +++ b/systemcommand.h @@ -25,7 +25,9 @@ class SystemCommand : public Command { string getCommandName() { return "system"; } string getCommandCategory() { return "General"; } string getHelpString(); - + string getCitation() { return "http://www.mothur.org/wiki/System"; } + string getDescription() { return "execute system commands from within mothur"; } + int execute(); void help() { m->mothurOut(getHelpString()); }