From 083b17d6e594062f61d78f6e1e30d16aaf849078 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 5 Jan 2008 23:44:41 +0000 Subject: Fix connecting mismatched ports bug (closes ticket 129). Fix command line --help output to match reality. git-svn-id: http://svn.drobilla.net/lad/ingen@1011 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/ingen/cmdline.ggo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/progs/ingen/cmdline.ggo') diff --git a/src/progs/ingen/cmdline.ggo b/src/progs/ingen/cmdline.ggo index 480732e5..e809689e 100644 --- a/src/progs/ingen/cmdline.ggo +++ b/src/progs/ingen/cmdline.ggo @@ -12,7 +12,7 @@ and many GUIs (or other things) may connect to an engine via OSC. option "engine" e "Run (JACK) engine" flag off option "engine-port" E "Engine OSC port" int no default="16180" option "connect" c "Connect to existing engine at OSC URI" string no default="osc.udp://localhost:16180" -option "gui" g "Launch the GTK graphical interface" flag on +option "gui" g "Launch the GTK graphical interface" flag off option "client-port" C "Client OSC port" int no option "load" l "Load patch" string no option "path" L "Target path for loaded patch" string no -- cgit v1.2.1