X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d102cd7ada0dfafcdc0af2c9580630afe8a92492..b83bdf8faae7ba64d66c529754159a164b70104d:/examples/c/dht-kademlia/generate.py diff --git a/examples/c/dht-kademlia/generate.py b/examples/c/dht-kademlia/generate.py index 1af0de62c5..9986fb88d4 100755 --- a/examples/c/dht-kademlia/generate.py +++ b/examples/c/dht-kademlia/generate.py @@ -6,6 +6,10 @@ # 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. +""" +Usage: python generate.py nb_nodes nb_bits end_date > deployment_file.xml +""" + import sys import random