public static void printHelp ( Options options, String helpText ) {
HelpFormatter formatter = new HelpFormatter();
String txt = Messages.getString( "UpdateAgent.text.agent.version" ) + getManifestValue( UpdateAgent.MANIFEST_PROPERTY_AGENT_VERSION ) + "\n";
txt += helpText;
formatter.printHelp( "autoUpdater <options>", "", options, txt );
}
/**
* This method will delete a given folder, it will make it recursively removing from the children to the parent
*