X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=systemcommand.h;fp=systemcommand.h;h=3c22773f2d9e70417c6dc3fef6a58181a16440f0;hb=e150b0b0664caec517485ee6d69dcdade6dcae77;hp=8c959cfb52302df67651a4196ea533751ad596a1;hpb=4160a27002f4a3ca436fcd62eca0366b09f8e901;p=mothur.git diff --git a/systemcommand.h b/systemcommand.h index 8c959cf..3c22773 100644 --- a/systemcommand.h +++ b/systemcommand.h @@ -25,6 +25,7 @@ class SystemCommand : public Command { string getCommandName() { return "system"; } string getCommandCategory() { return "General"; } string getHelpString(); + string getCitation() { return "http://www.mothur.org/wiki/System"; } int execute(); void help() { m->mothurOut(getHelpString()); }