X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/35362c49665ddcaf7e6b9dbe0b40b341d4931112..89116b1610923aaa6ee2a8bc7bc2dfe85b697886:/src/xbt/log.c diff --git a/src/xbt/log.c b/src/xbt/log.c index cb2fd79a45..245f17697a 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -1329,6 +1329,10 @@ static void xbt_log_help(void) "\n" " -> %%d: date (UNIX-like epoch)\n" " -> %%r: application age (time elapsed since the beginning of the application)\n" +"\n" +" Miscellaneous:\n" +" --help-log-categories Display the current hierarchy of log categories.\n" +" --log=no_loc Don't print file names in messages (for tesh tests).\n" "\n" ); }