diff --git a/examples/common/tracing/TracingCommandLineArgument.h b/examples/common/tracing/TracingCommandLineArgument.h index f3d95fd3ba4faa..37e3b85175f448 100644 --- a/examples/common/tracing/TracingCommandLineArgument.h +++ b/examples/common/tracing/TracingCommandLineArgument.h @@ -29,7 +29,7 @@ /// A string with supported command line tracing targets /// to be pretty-printed in help strings if needed #if ENABLE_PERFETTO_TRACING -#define SUPPORTED_COMMAND_LINE_TRACING_TARGETS "json:log, json: perfetto, perfetto:" +#define SUPPORTED_COMMAND_LINE_TRACING_TARGETS "json:log, json:, perfetto, perfetto:" #else #define SUPPORTED_COMMAND_LINE_TRACING_TARGETS "json:log, json:" #endif