X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/39c935d6d5ee86d153f6f7e6a10d723ae7c57f6f..01e2c00cfea470a9ddb77a0712888969a530eccd:/examples/c/actor-kill/actor-kill.c diff --git a/examples/c/actor-kill/actor-kill.c b/examples/c/actor-kill/actor-kill.c index 69ee0278d1..6dd0b81681 100644 --- a/examples/c/actor-kill/actor-kill.c +++ b/examples/c/actor-kill/actor-kill.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -73,7 +73,7 @@ static void killer_fun(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]);