Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics in java
[simgrid.git] / examples / java / trace / pingpong / Main.java
index 1e82ea8..bd43e17 100644 (file)
@@ -14,8 +14,8 @@ public class Main  {
   public static void main(String[] args) throws MsgException, NativeException {
     Msg.init(args);
     if(args.length < 1) {
-      Msg.info("Usage   : TracingTest platform_file");
-      Msg.info("example : TracingTest ../platforms/platform.xml");
+      Msg.info("Usage   : Main platform_file");
+      Msg.info("example : Main ../platforms/platform.xml");
       System.exit(1);
     }