in progress...
[jalview.git] / forester / java / src / org / forester / application / goac.java
index a753694..7fbb22e 100644 (file)
@@ -21,7 +21,7 @@
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 //
 // Contact: phylosoft @ gmail . com
-// WWW: www.phylosoft.org/forester
+// WWW: https://sites.google.com/site/cmzmasek/home/software/forester
 
 package org.forester.application;
 
@@ -200,8 +200,8 @@ public class goac {
         System.out.println( "Usage:" );
         System.out.println();
         System.out
-                .println( PRG_NAME
-                        + " <file with all GO terms, in 'obo' format> <file with ancestral term ids> <file with go ids to be analyzed>" );
+        .println( PRG_NAME
+                  + " <file with all GO terms, in 'obo' format> <file with ancestral term ids> <file with go ids to be analyzed>" );
         System.out.println();
         System.out.println();
     }