From 58e9df6572b21eabbc56c726391a0f83d9193c87 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 30 Aug 2017 14:32:33 +0200 Subject: [PATCH] Cosmetics. --- src/xbt/log.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/xbt/log.c b/src/xbt/log.c index 7d82b132c5..30d72a92e6 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -821,9 +821,10 @@ static void xbt_log_help(void) " -> warning: minor issue encountered\n" " -> error: issue encountered\n" " -> critical: major issue encountered\n" + " The default priority level is 'info'.\n" "\n" - " Format configuration: --log=CATEGORY_NAME.fmt:OPTIONS\n" - " OPTIONS may be:\n" + " Format configuration: --log=CATEGORY_NAME.fmt:FORMAT\n" + " FORMAT string may contain:\n" " -> %%%%: the %% char\n" " -> %%n: platform-dependent line separator (LOG4J compatible)\n" " -> %%e: plain old space (SimGrid extension)\n" -- 2.20.1