Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a simple explication about how to use the config options.
authorsuter <frederic.suter@cc.in2p3.fr>
Wed, 20 Jun 2012 13:16:16 +0000 (15:16 +0200)
committersuter <frederic.suter@cc.in2p3.fr>
Wed, 20 Jun 2012 13:16:16 +0000 (15:16 +0200)
src/surf/surf_config.c

index 3679b9c..8a9fd60 100644 (file)
@@ -38,6 +38,9 @@ static void surf_config_cmd_line(int *argc, char **argv)
       xbt_cfg_help(_surf_cfg_set);
       printf(
 "\n"
+"Each of these configurations can be used by adding\n"
+"    --cfg=<option name>:<option value>\n"
+"to the command line.\n"
 "You can also use --help-models to see the details of all models known by this simulator.\n"
 #ifdef HAVE_TRACING
 "\n"