options.addOption(builder.withLongOpt("help").withDescription("��ʾ������Ϣ").create(OPT_HELP));
options.addOption(builder.withLongOpt("include-descriptors").hasArg().withDescription(
"������Щ���������ļ������磺conf/auto-config.xml����ʹ��*��**��?ͨ��������ж���ö��ŷָ�").create(OPT_INCLUDE_DESCRIPTORS));
options.addOption(builder.withLongOpt("exclude-descriptors").hasArg().withDescription(
"�ų���Щ���������ļ�����ʹ��*��**��?ͨ��������ж���ö��ŷָ�").create(OPT_EXCLUDE_DESCRIPTORS));
options.addOption(builder.withLongOpt("include-packages").hasArg().withDescription(
"������Щ����ļ������磺target/*.war����ʹ��*��**��?ͨ��������ж���ö��ŷָ�").create(OPT_INCLUDE_PACKAGES));