Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
We don't use txt deployment files since a long while
[simgrid.git] / tools / gras / stub_generator.c
index 5ae761e..b7574b9 100644 (file)
@@ -168,7 +168,7 @@ static void generate_sim(char *project)
                     "  /*  Simulation setup */\n" 
                      "  MSG_global_init(&argc,argv);\n" 
                      "  if (argc != 3) {\n" 
-                     "    fprintf(stderr, \"Usage: %s platform_file application_description.txt [--gras-log=...]\\n\",argv[0]);\n" 
+                     "    fprintf(stderr, \"Usage: %s platform.xml deployment.xml [--gras-log=...]\\n\",argv[0]);\n" 
                      "    exit(1);\n" 
                      "  }\n"
                      "\n");