Renderer application command line option `no_delay_comparison` deceptive
### Basic info - In `main` ### Bug description The renderer application in `renderer.c` has the long version of the command line option `-no_delay_cmp` is expanded to `--no_delay_comparison`. The flag controls delay *compensation*, not *comparison*. The long version of the command line option is not currently used by any of the scripts, so the envisioned fix is to change the one line in `renderer.c`.
issue