]> git.donarmstrong.com Git - mothur.git/blobdiff - helpcommand.cpp
merged pat's trim seqs edits with sarah's major overhaul of global data; also added...
[mothur.git] / helpcommand.cpp
index 0acce707e01e6567f9111bd58f83910aa90eba92..4a97342c27f801ea7bb959f0c411ace6f33393dc 100644 (file)
 //**********************************************************************************************************************
 
 HelpCommand::HelpCommand(string option){
-       globaldata = GlobalData::getInstance();
-       
-       if (option != "") { cout << "There are no valid parameters for the help() command." << endl;  }
        
+       if (option != "") { cout << "There are no valid parameters for the help() command." << endl;  } 
        validCommands = new ValidCommands();
-       }
+}
 
 //**********************************************************************************************************************