From 036f58e69ac719b7b598da75cc857a67584a4dae Mon Sep 17 00:00:00 2001 From: cancel Date: Thu, 23 Jan 2020 23:44:17 +0900 Subject: [PATCH] Update usage text --- tui_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tui_main.c b/tui_main.c index 2b48acc..67dd90f 100644 --- a/tui_main.c +++ b/tui_main.c @@ -42,8 +42,8 @@ static void usage(void) { "\n" "OSC/MIDI options:\n" " --strict-timing\n" -" Reduce the timing jitter of outgoing MIDI and OSC messages.\n" -" Uses more CPU time.\n" +" Attempt to reduce timing jitter of outgoing MIDI and OSC\n" +" messages. Uses more CPU time. May have no effect.\n" "\n" " --osc-midi-bidule \n" " Set MIDI to be sent via OSC formatted for Plogue Bidule.\n"