X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c133313ec220e0c3c2f438e26b7485cef410b2ff..6881de492a24aabf11263478e6371f5412912189:/src/instr/instr_config.cpp 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");