X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1e2351434a8b17b631dfe2775b455d8b2b5b8b0b..c8936bbc125e2396d1573bb629dc9c32181b729f:/src/surf/surf_config.c diff --git a/src/surf/surf_config.c b/src/surf/surf_config.c index 52e68879cb..816709cb25 100644 --- a/src/surf/surf_config.c +++ b/src/surf/surf_config.c @@ -44,7 +44,7 @@ static void surf_config_cmd_line(int *argc, char **argv) "You can also use --help-tracing to see the details of all tracing options known by this simulator.\n" #endif "\n" -"You can also use --help-logs to see the details of logging output.\n" +"You can also use --help-logs and --help-log-categories to see the details of logging output.\n" "\n" ); shall_exit = 1; @@ -66,6 +66,9 @@ static void surf_config_cmd_line(int *argc, char **argv) } else if (!strcmp(argv[i], "--help-logs")) { xbt_log_help(); shall_exit = 1; + } else if (!strcmp(argv[i], "--help-log-categories")) { + xbt_log_help_categories(); + shall_exit = 1; #ifdef HAVE_TRACING } else if (!strcmp(argv[i], "--help-tracing")) { TRACE_help (1);