Skip to content

Commit

Permalink
fix <compilerarg> example documentation in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
mebigfatguy committed Feb 21, 2024
1 parent d212483 commit e08af50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/using.html
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ <h4 id="pathshortcut">Path Shortcut</h4>
&lt;fileset dir="lib" includes="*.jar"/&gt;
&lt;/path&gt;
&lt;javac srcdir="src" destdir="classes"&gt;
&lt;compilerarg arg="-Xbootclasspath/p:${toString:lib.path.ref}"/&gt;
&lt;compilerarg value="-Xbootclasspath/p:${toString:lib.path.ref}"/&gt;
&lt;/javac&gt;</pre>

<h3 id="arg">Command-line Arguments</h3>
Expand Down

0 comments on commit e08af50

Please sign in to comment.