From: Arnaud Giersch Date: Tue, 27 Mar 2018 09:53:20 +0000 (+0200) Subject: Fix parameter description. X-Git-Tag: v3.20~624^2~4 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2c5d3ee7688e885a4b6d103e1bbaba0b4eb5697d Fix parameter description. --- diff --git a/src/simgrid/sg_config.cpp b/src/simgrid/sg_config.cpp index cff2376d4f..843e37382e 100644 --- a/src/simgrid/sg_config.cpp +++ b/src/simgrid/sg_config.cpp @@ -360,11 +360,11 @@ void sg_config_init(int *argc, char **argv) xbt_cfg_register_boolean("cpu/maxmin-selective-update", "no", nullptr, "Update the constraint set propagating " "recursively to others constraints (off by " - "default when optim is set to lazy)"); + "default unless optim is set to lazy)"); xbt_cfg_register_alias("cpu/maxmin-selective-update", "cpu/maxmin_selective_update"); xbt_cfg_register_boolean("network/maxmin-selective-update", "no", nullptr, "Update the constraint set propagating " "recursively to others constraints (off " - "by default when optim is set to lazy)"); + "by default unless optim is set to lazy)"); xbt_cfg_register_alias("network/maxmin-selective-update", "network/maxmin_selective_update"); /* Replay (this part is enabled even if MC it disabled) */ xbt_cfg_register_string("model-check/replay", nullptr, _sg_cfg_cb_model_check_replay,