@@ -408,9 +408,9 @@ static void _printHelp( struct RunTime *r )
408408 genericsPrintf ( " -D, --no-demangle: Switch off C++ symbol demangling" EOL );
409409 genericsPrintf ( " -d, --del-prefix: <String> Material to delete off front of filenames" EOL );
410410 genericsPrintf ( " -e, --elf-file: <ElfFile> to use for symbols" EOL );
411- genericsPrintf ( " -E, --eof: When reading from file, terminate at end of file rather than waiting for further input " EOL );
411+ genericsPrintf ( " -E, --eof: When reading from file, terminate at end of file" EOL );
412412 genericsPrintf ( " -f, --input-file: <filename>: Take input from specified file" EOL );
413- genericsPrintf ( " -g, --trace-chn: <TraceChannel> for trace output (default %d)" EOL , r -> options -> traceChannel );
413+ genericsPrintf ( " -g, --trace-chn: <TraceChannel> ITM channel for trace (default %d)" EOL , r -> options -> traceChannel );
414414 genericsPrintf ( " -h, --help: This help" EOL );
415415 genericsPrintf ( " -I, --interval: <Interval>: Time to sample (in mS)" EOL );
416416 genericsPrintf ( " -n, --itm-sync: Enforce sync requirement for ITM (i.e. ITM needs to issue syncs)" EOL );
@@ -424,8 +424,6 @@ static void _printHelp( struct RunTime *r )
424424 genericsPrintf ( " -V, --version: Print version and exit" EOL );
425425 genericsPrintf ( " -y, --graph-file: <Filename> dotty filename for structured callgraph output" EOL );
426426 genericsPrintf ( " -z, --cache-file: <Filename> profile filename for kcachegrind output" EOL );
427- genericsPrintf ( EOL "(Will connect one port higher than that set in -s when Orbflow is not used)" EOL );
428-
429427}
430428// ====================================================================================================
431429void _printVersion ( void )
0 commit comments