+ "This is resolved relative to the geronimo base directory.\n",
true);
}
protected void addOverride() {
OptionBuilder optionBuilder = OptionBuilder.hasArgs().withArgName("moduleId ...");
optionBuilder = optionBuilder.withLongOpt(ARGUMENT_MODULE_OVERRIDE);
optionBuilder = optionBuilder.withDescription("USE WITH CAUTION! Overrides the modules in "
+ "var/config/config.xml such that only the modules listed on "
+ "the command line will be started. Note that many J2EE "
+ "features depend on certain modules being started, so you "
+ "should be very careful what you omit. Any arguments after "
+ "this are assumed to be module names.");
Option option = optionBuilder.create(ARGUMENT_MODULE_OVERRIDE_SHORTFORM);
options.addOption(option);
}