X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=helpcommand.cpp;h=ef54dae941edcf3d8f2720e931d8a9a293574ee3;hb=3e8b80da722e11c72bce957e2f42a6e884dd02b6;hp=47d04f9d528ab14053f468f2eacc7e150db736c0;hpb=0caf3fbabaa3ece404f8ce77f4c883dc5b1bf1dc;p=mothur.git diff --git a/helpcommand.cpp b/helpcommand.cpp index 47d04f9..ef54dae 100644 --- a/helpcommand.cpp +++ b/helpcommand.cpp @@ -17,7 +17,7 @@ HelpCommand::HelpCommand(string option) { //********************************************************************************************************************** int HelpCommand::execute(){ try { - validCommands->printCommands(cout); + validCommands->printCommands(cout); m->mothurOut("For more information about a specific command type 'commandName(help)' i.e. 'read.dist(help)'"); m->mothurOutEndLine(); m->mothurOutEndLine(); m->mothurOut("For further assistance please refer to the Mothur manual on our wiki at http://www.mothur.org/wiki, or contact Pat Schloss at mothur.bugs@gmail.com.\n");