You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/11/09 12:54:49 UTC

[maven-site] branch master updated: Clarify language

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
     new e390781  Clarify language
e390781 is described below

commit e39078158a30bf814305642110126ab3fb0b61f9
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Fri Nov 8 10:36:30 2019 -0500

    Clarify language
    
    @hboutemy
---
 content/apt/guides/mini/guide-configuring-plugins.apt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/content/apt/guides/mini/guide-configuring-plugins.apt b/content/apt/guides/mini/guide-configuring-plugins.apt
index c625c36..74599af 100644
--- a/content/apt/guides/mini/guide-configuring-plugins.apt
+++ b/content/apt/guides/mini/guide-configuring-plugins.apt
@@ -180,8 +180,9 @@ mvn myquery:query -Dquery.url=http://maven.apache.org
 
 ** {Help Goal}
 
-  Recent Maven plugins have generally an <<<help>>> goal to have in the command line the description of the plugin,
-  with their parameters and types. For instance, to understand the javadoc goal, you need to call:
+  Most recent Maven plugins have a <<<help>>> goal that prints a description
+  of the plugin and its parameters and types. For instance, to see help
+  for the javadoc goal, type:
 
 +----+
 mvn javadoc:help -Ddetail -Dgoal=javadoc