X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39c935d6d5ee86d153f6f7e6a10d723ae7c57f6f..a0d47b6eaf07218a602ed6606da925fbd3629909:/examples/c/actor-join/actor-join.c diff --git a/examples/c/actor-join/actor-join.c b/examples/c/actor-join/actor-join.c index b92b488a05..b45c7ed770 100644 --- a/examples/c/actor-join/actor-join.c +++ b/examples/c/actor-join/actor-join.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2021. The SimGrid Team. +/* Copyright (c) 2010-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -58,7 +58,7 @@ static void master(int argc, char* argv[]) int main(int argc, char* argv[]) { simgrid_init(&argc, argv); - xbt_assert(argc == 2, "Usage: %s platform_file\n\tExample: %s msg_platform.xml\n", argv[0], argv[0]); + xbt_assert(argc == 2, "Usage: %s platform_file\n\tExample: %s platform.xml\n", argv[0], argv[0]); simgrid_load_platform(argv[1]);