X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5d683c34c73a6dd0492e5332744348f1c6aefd5e..b8df87e176f27b25534f27d7e240defa32ca35bc:/examples/java/app/bittorrent/Main.java diff --git a/examples/java/app/bittorrent/Main.java b/examples/java/app/bittorrent/Main.java index 352addb1bf..eeef12d41a 100644 --- a/examples/java/app/bittorrent/Main.java +++ b/examples/java/app/bittorrent/Main.java @@ -1,4 +1,4 @@ -/* Copyright (c) 2012-2017. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2012-2019. 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. */ @@ -20,7 +20,7 @@ class Main{ Msg.init(args); if(args.length < 2) { Msg.info("Usage : Bittorrent platform_file deployment_file"); - Msg.info("example : Bittorrent ../platforms/cluster.xml bittorrent.xml"); + Msg.info("example : Bittorrent ../platforms/cluster_backbone.xml bittorrent.xml"); System.exit(1); }