From 6881de492a24aabf11263478e6371f5412912189 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Wed, 16 May 2018 13:05:21 +0200 Subject: [PATCH] output long descriptions on a single line --- src/instr/instr_config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/instr/instr_config.cpp b/src/instr/instr_config.cpp index b165ff12de..fbee1f43de 100644 --- a/src/instr/instr_config.cpp +++ b/src/instr/instr_config.cpp @@ -41,7 +41,7 @@ static simgrid::config::Flag trace_enabled{ static simgrid::config::Flag trace_actor_enabled{ "tracing/msg/process", // FIXME rename this flag - "Trace the behavior of all categorized actors, grouping them by host.\n" + "Trace the behavior of all categorized actors, grouping them by host. " "Can be used to track actor location if the simulator does actor migration.", false}; @@ -279,7 +279,7 @@ void TRACE_global_init() simgrid::config::declare_flag("tracing/filename", "Trace file created by the instrumented SimGrid.", "simgrid.trace"); simgrid::config::declare_flag( - "tracing/smpi/format", "Select trace output format used by SMPI. The default is the 'Paje' format.\n" + "tracing/smpi/format", "Select trace output format used by SMPI. The default is the 'Paje' format. " "The 'TI' (Time-Independent) format allows for trace replay.", "Paje"); -- 2.20.1