]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.cpp
working on megastats
[mothur.git] / helpcommand.cpp
index 608ff3e275a1c7240975b506961d3a7ecf78fa79..36ce2b760e266a790bba56e9b4d5adf5f5b493a5 100644 (file)
@@ -14,6 +14,7 @@
 HelpCommand::HelpCommand(string option)  {
        
        validCommands = CommandFactory::getInstance();
+       
 }
 
 //**********************************************************************************************************************
@@ -23,7 +24,6 @@ HelpCommand::~HelpCommand(){}
 //**********************************************************************************************************************
 
 int HelpCommand::execute(){
-
        validCommands->printCommands(cout);
        m->mothurOut("For more information about a specific command type 'commandName(help)' i.e. 'read.dist(help)'"); m->mothurOutEndLine();