]> AND Public Git Repository - simgrid.git/blobdiff - examples/s4u/maestro-set/s4u-maestro-set.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
revalidate java examples
[simgrid.git] / examples / s4u / maestro-set / s4u-maestro-set.cpp
index 3a9f24e6519731bfd0576fed9e7e7ebf41956546..108855976e5e84c9e388717a6290c9beabcc3d6c 100644 (file)
@@ -70,7 +70,7 @@ int main(int argc, char* argv[])
 
   if (argc != 2) {
     XBT_CRITICAL("Usage: %s platform_file\n", argv[0]);
-    xbt_die("example: %s msg_platform.xml\n", argv[0]);
+    xbt_die("example: %s ../platforms/small_platform.xml\n", argv[0]);
   }
 
   e.load_platform(argv[1]);