git » java-common.git » commit f2bd2a9

Fix typo on archlinux-java usage

author Guillaume Alaux
2014-08-17 09:23:37 UTC
committer Guillaume Alaux
2014-08-17 09:23:37 UTC
parent e6c25e5b25688f0ea5d781f56cb29a23b20a4574

Fix typo on archlinux-java usage

PKGBUILD +1 -1
bin_archlinux-java +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index cc9987a..95ac33c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ source=(profile_jre.csh
 
 sha256sums=('06465b5c0507cb6c500c4f9cbd93e2fadaafe37b9e814b9687e1ee94fec0de73'
             '458eced6d2846805fbc18ca2ba717bf5f0556cc93a442b485c81fe12a4f6e5b6'
-            '5f3d1ac5de7018344fc813a1a0a8b4afe15888bfdc3b8190378b463f408c2eda'
+            'a44e4842b7c659f4f6628745090d2dde3874e225317043493d5996353c7b8b74'
             '0dd93c9779c617af061b25f5e3d23cacb741d8d757f533312c3af976661e8cbc'
             '622927af9ec374140a878993936f7fdd4206fe069dddfcefc6d4e15fa6d67f39'
             '65a313a76fd5cc1c58c9e19fbc80fc0e418a4cbfbd46d54b35ed5b6e0025d4ee')
diff --git a/bin_archlinux-java b/bin_archlinux-java
index e796483..399ff20 100755
--- a/bin_archlinux-java
+++ b/bin_archlinux-java
@@ -166,7 +166,7 @@ usage() {
   echo "$(basename $0) <COMMAND>"
   echo -e "\nCOMMAND:"
   echo -e '\tstatus\t\tList installed Java environments and enabled one'
-  echo -e '\tget\t\tReturns the short name of the Java environment set as default'
+  echo -e '\tget\t\tReturn the short name of the Java environment set as default'
   echo -e '\tset <JAVA_ENV>\tForce <JAVA_ENV> as default'
   echo -e '\tunset\t\tUnset current default Java environment'
   echo -e '\tfix\t\tFix an invalid/broken default Java environment configuration'