]> WPIA git - gigi.git/blobdiff - util/club/wpia/gigi/util/DatabaseManager.java
upd: cleanup more references
[gigi.git] / util / club / wpia / gigi / util / DatabaseManager.java
index 8628103b0210f5ba0eb849f09292af7e6a9a7477..54797224f9d7d8e47eae01a7580628f706bd83ea 100644 (file)
@@ -36,7 +36,7 @@ public class DatabaseManager {
             };
         }
         if (args.length < 4) {
             };
         }
         if (args.length < 4) {
-            System.err.println("Usage: com.mysql.jdbc.Driver jdbc:mysql://localhost/cacert user password");
+            System.err.println("Usage: org.postgresql.Driver jdbc:postgresql://localhost/gigi user password");
             return;
         }
         run(args, test ? ImportType.TEST : ImportType.PRODUCTION);
             return;
         }
         run(args, test ? ImportType.TEST : ImportType.PRODUCTION);