From b4b4c6cc16d590058879cbacfe4e7cfc4c66215a Mon Sep 17 00:00:00 2001 From: cancel Date: Mon, 10 Dec 2018 00:35:42 +0900 Subject: [PATCH] Tweak usage text --- tui_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui_main.c b/tui_main.c index ceff22e..51c6cc3 100644 --- a/tui_main.c +++ b/tui_main.c @@ -27,7 +27,7 @@ static void usage() { "OSC/MIDI options:\n" " --osc-server \n" " Hostname or IP address to send OSC messages to.\n" - " Default: loopback (localhost or equivalent)\n" + " Default: loopback (this machine)\n" "\n" " --osc-port \n" " UDP port (or service name) to send OSC messages to.\n"