You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by pa...@apache.org on 2015/06/08 10:28:27 UTC

incubator-groovy git commit: GROOVY-6027: groovy -h could be more clear

Repository: incubator-groovy
Updated Branches:
  refs/heads/master f2b265d94 -> a66c5f8f1


GROOVY-6027: groovy -h could be more clear


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/a66c5f8f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/a66c5f8f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/a66c5f8f

Branch: refs/heads/master
Commit: a66c5f8f124d6071bec6ce341d6fd95b91f8e771
Parents: f2b265d
Author: Paul King <pa...@asert.com.au>
Authored: Mon Jun 8 18:28:09 2015 +1000
Committer: Paul King <pa...@asert.com.au>
Committed: Mon Jun 8 18:28:09 2015 +1000

----------------------------------------------------------------------
 src/main/groovy/ui/GroovyMain.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/a66c5f8f/src/main/groovy/ui/GroovyMain.java
----------------------------------------------------------------------
diff --git a/src/main/groovy/ui/GroovyMain.java b/src/main/groovy/ui/GroovyMain.java
index 83def81..14269cd 100644
--- a/src/main/groovy/ui/GroovyMain.java
+++ b/src/main/groovy/ui/GroovyMain.java
@@ -145,8 +145,8 @@ public class GroovyMain {
         formatter.printHelp(
             pw,
             80,
-            "groovy [options] [args]",
-            "options:",
+            "groovy [options] [filename] [args]",
+            "The Groovy command line processor.\nOptions:",
             options,
             2,
             4,