From f552cd3e49699ba96971265f9c8238761eb9c3bf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 14 Jan 2012 17:42:07 +0000 Subject: Load files passed on command line without -l option (fix #804). Patch from Albert Graef. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3940 a436a847-0d15-0410-975c-d299462d15a1 --- src/shared/Configuration.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/shared') diff --git a/src/shared/Configuration.cpp b/src/shared/Configuration.cpp index 4cfc41e9..d2d1e9dc 100644 --- a/src/shared/Configuration.cpp +++ b/src/shared/Configuration.cpp @@ -32,11 +32,11 @@ Configuration::Configuration() "clients, can communicate with the engine via any supported protocol, or host the\n" "engine in the same process. Many clients can connect to an engine at once.\n\n" "Examples:\n" - " ingen -e # Run an engine, listen for OSC\n" - " ingen -g # Run a GUI, connect via OSC\n" - " ingen -eg # Run an engine and a GUI in one process\n" - " ingen -egl patch.ttl # Run an engine and a GUI and load a patch file\n" - " ingen -egl patch.ingen # Run an engine and a GUI and load a patch bundle") + " ingen -e # Run an engine, listen for OSC\n" + " ingen -g # Run a GUI, connect via OSC\n" + " ingen -eg # Run an engine and a GUI in one process\n" + " ingen -eg patch.ttl # Run an engine and a GUI and load a patch file\n" + " ingen -eg patch.ingen # Run an engine and a GUI and load a patch bundle") { add("client-port", 'C', "Client OSC port", Atom::INT, Atom()) .add("connect", 'c', "Connect to engine URI", Atom::STRING, "osc.udp://localhost:16180") -- cgit v1.2.1