groovy git commit: minor correction to help message

2016-03-09 Thread paulk
Repository: groovy
Updated Branches:
  refs/heads/GROOVY_2_4_X ab7ca4d47 -> 69d1189e8


minor correction to help message


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

Branch: refs/heads/GROOVY_2_4_X
Commit: 69d1189e882491f0a75f2fa321711b6e7d981acb
Parents: ab7ca4d
Author: paulk 
Authored: Wed Mar 9 21:57:31 2016 +1000
Committer: paulk 
Committed: Wed Mar 9 21:59:46 2016 +1000

--
 src/main/org/codehaus/groovy/tools/GrapeMain.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/groovy/blob/69d1189e/src/main/org/codehaus/groovy/tools/GrapeMain.groovy
--
diff --git a/src/main/org/codehaus/groovy/tools/GrapeMain.groovy 
b/src/main/org/codehaus/groovy/tools/GrapeMain.groovy
index 2aec87b..0a1843d 100644
--- a/src/main/org/codehaus/groovy/tools/GrapeMain.groovy
+++ b/src/main/org/codehaus/groovy/tools/GrapeMain.groovy
@@ -28,7 +28,7 @@ import org.apache.commons.cli.*
 
 @Field install = {arg, cmd ->
 if (arg.size() > 5 || arg.size() < 3) {
-println 'install requires two to four arguments:   
[] []'
+println 'install requires two to four arguments:   
[ []]'
 return
 }
 def ver = '*'



groovy git commit: minor correction to help message

2016-03-09 Thread paulk
Repository: groovy
Updated Branches:
  refs/heads/master 83891b6dc -> fd567f7e5


minor correction to help message


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

Branch: refs/heads/master
Commit: fd567f7e5cd9af35bd53a19af034a5520665b121
Parents: 83891b6
Author: paulk 
Authored: Wed Mar 9 21:57:31 2016 +1000
Committer: paulk 
Committed: Wed Mar 9 21:58:12 2016 +1000

--
 src/main/org/codehaus/groovy/tools/GrapeMain.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/groovy/blob/fd567f7e/src/main/org/codehaus/groovy/tools/GrapeMain.groovy
--
diff --git a/src/main/org/codehaus/groovy/tools/GrapeMain.groovy 
b/src/main/org/codehaus/groovy/tools/GrapeMain.groovy
index 19e0e43..b147528 100644
--- a/src/main/org/codehaus/groovy/tools/GrapeMain.groovy
+++ b/src/main/org/codehaus/groovy/tools/GrapeMain.groovy
@@ -33,7 +33,7 @@ import org.apache.ivy.util.Message
 
 @Field install = {arg, cmd ->
 if (arg.size() > 5 || arg.size() < 3) {
-println 'install requires two to four arguments:   
[] []'
+println 'install requires two to four arguments:   
[ []]'
 return
 }
 def ver = '*'