From 89116b1610923aaa6ee2a8bc7bc2dfe85b697886 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Tue, 26 Jun 2012 19:15:46 +0200 Subject: [PATCH] Complete help for logs. --- src/xbt/log.c | 4 ++++ 1 file changed, 4 insertions(+) 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" ); } -- 2.20.1