\ -injars <jarList> use classes in <jarList> zip files as source\n\
\ (<jarList> uses classpath delimiter)\n\
\ deprecated - use inpath instead.\n\
-\ -aspectpath <list> weave aspects in .class files from <list> dirs and jars/zip into sources\n\
+\ -aspectpath <list> weave aspects in .class files from <list> dirs and\n\
+\ jars/zip into sources\n\
\ (<list> uses classpath delimiter)\n\
\ -outjar <file> put output classes in zip file <file>\n\
\ -outxml generate META-INF/aop.xml\n\
\ (reads stdin: enter to recompile and ''q'' to quit)\n\
\ -sourceroots <dirs> compile all .aj and .java files in <dirs>\n\
\ (<dirs> uses classpath delimiter)\n\
-\ -xmlConfig <files> configure weaving process (aspects to use, aspect scopes, weaving targets)\n\
-\ (<files> are usually one, optionally multiple .xml files)\n\
+\ -xmlConfigured <files> configure weaving process (aspects to use, aspect\n\
+\ scopes, weaving targets). <files> are usually one,\n\
+\ optionally multiple .xml files)\n\
\ -crossrefs generate .ajsym file into the output directory\n\
\ -emacssym generate .ajesym symbol files for emacs support\n\
\ -Xlint same as ''-Xlint:warning''\n\
xoption.usage = {1} - {2}\n\
\ \n\
\ AspectJ-specific non-standard options:\n\
-\ -XnoInline don't inline advice\n\
-\ -XnotReweavable create class files that can't be subsequently rewoven\n\
-\ by AspectJ.\n\
+\ -XnoInline do not inline advice\n\
+\ -XnotReweavable create class files that cannot be subsequently\n\
+\ rewoven by AspectJ.\n\
\ -XserializableAspects allows aspects to implement serializable\n\
\ -XterminateAfterCompilation compile classes then terminate before weaving\n\
\ -XaddSerialVersionUID calculates and adds the serialVersionUID to any\n\