Skip to content

Commit 6488c79

Browse files
authored
Fix usage documentation mentioning nohelp default value
1 parent 76f45dd commit 6488c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/apt/usage.apt.vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ mvn javadoc:test-aggregate-jar
148148

149149
[<<<mvn site>>>] It will generate the Javadoc for public members (defined in \<reporting/\>) using the given
150150
stylesheet (defined in \<reporting/\>), and with a help page (default value for
151-
{{{./javadoc-mojo.html#nohelp}nohelp}} is true).
151+
{{{./javadoc-mojo.html#nohelp}nohelp}} is false).
152152

153153
[<<<mvn javadoc:javadoc>>>] It will generate the Javadoc for private members (defined in \<build/\>) using the
154154
stylesheet (defined in \<reporting/\>), and with no help page (defined in \<build/\>).

0 commit comments

Comments
 (0)