X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d97d6e19cb366fd112e63d56a9f411d968ee8670..14dcc36f158833d880504001fa1aa67e51db822a:/src/msg/msg_global.c diff --git a/src/msg/msg_global.c b/src/msg/msg_global.c index 6deb8957c5..bfb859b5b8 100644 --- a/src/msg/msg_global.c +++ b/src/msg/msg_global.c @@ -135,7 +135,7 @@ msg_error_t MSG_main(void) * Do --help on any simgrid binary to see the list of currently existing configuration variables, and see Section @ref options. * * Example: - * MSG_config("workstation/model","ptask_L07"); + * MSG_config("host/model","ptask_L07"); */ void MSG_config(const char *key, const char *value){ xbt_assert(msg_global,"ERROR: Please call MSG_init() before using MSG_config()");