]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.cpp
a few minor things - pds
[mothur.git] / helpcommand.cpp
index 0acce707e01e6567f9111bd58f83910aa90eba92..93def59137b8ecadb3e45b26ff3fac35bc976405 100644 (file)
 //**********************************************************************************************************************
 
 HelpCommand::HelpCommand(string option){
-       globaldata = GlobalData::getInstance();
+
        
        if (option != "") { cout << "There are no valid parameters for the help() command." << endl;  }
        
-       validCommands = new ValidCommands();
-       }
+       validCommands = new CommandFactory();
+}
 
 //**********************************************************************************************************************