Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bug Fix. This function used to return the last task of the list when no matching...
[simgrid.git] / tools / gras / unix_stub_generator.c
index 1c322f7..bce8ab5 100644 (file)
@@ -151,7 +151,7 @@ void generate_sim(char *project) {
           "  /*  Simulation setup */\n" 
           "  gras_global_init(&argc,argv);\n"
           "  if (argc != 3) {\n" 
-          "    fprintf(stderr, \"Usage: %s platform.xml deployment.xml [--gras-log=...]\\n\",argv[0]);\n" 
+          "    fprintf(stderr, \"Usage: %s platform.xml deployment.xml [--log=...]\\n\",argv[0]);\n" 
           "    exit(1);\n" 
           "  }\n"
           "\n");