phylotastic hackathon at NESCENT 120606
[jalview.git] / forester / java / src / org / forester / application / confadd.java
index 4b6b526..db01fd4 100644 (file)
@@ -59,7 +59,8 @@ public class confadd {
     final static private String WWW              = "www.phylosoft.org/forester/";
 
     public static void main( final String args[] ) {
-        ForesterUtil.printProgramInformation( PRG_NAME, PRG_VERSION, PRG_DATE, E_MAIL, WWW );
+         ForesterUtil.printProgramInformation( PRG_NAME, null, PRG_VERSION, PRG_DATE, E_MAIL, WWW, ForesterUtil.getForesterLibraryInformation() );
+        
         CommandLineArguments cla = null;
         try {
             cla = new CommandLineArguments( args );