[MPH-177] Document help:help goal (#124)

* Document help:help goal
diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index c1d9499..a69f9d0 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -36,7 +36,7 @@
 
 * Goals Overview
 
-  The Help Plugin has 7 goals:
+  The Help Plugin has 8 goals:
 
   * {{{./active-profiles-mojo.html}help:active-profiles}} lists the profiles which are currently active for the build.
 
@@ -53,9 +53,11 @@
 
   * {{{./evaluate-mojo.html}help:evaluate}} evaluates Maven expressions given by the user in an interactive mode.
 
+  * {{{./help-mojo.html}help:help}} Display help information for the maven-help-plugin itself.
+
   * {{{./system-mojo.html}help:system}} displays a list of the platform details like system properties and environment
   variables.
-
+  
   []
 
 * Major Version Upgrade to version 3.0.0
@@ -85,7 +87,7 @@
 
 * Examples
 
-   To provide you with better understanding on some usages of the Help Plugin, you can take a look into the
+   To better understand some usages of the Help Plugin, see the
    following example(s):
 
    * {{{./examples/describe-configuration.html}Configuring Describe Goal}}