diff options
author | David Robillard <d@drobilla.net> | 2010-03-05 04:46:06 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-03-05 04:46:06 +0000 |
commit | 6a92ee5fbc7d47998fc399efe424e451cf75657c (patch) | |
tree | 108e144fbb142f6592f20e3c08ff7f22eeef7016 /src/ingen | |
parent | 78eb8c2b49a7858ace15adcfbb59505cb6a2cb71 (diff) | |
download | ingen-6a92ee5fbc7d47998fc399efe424e451cf75657c.tar.gz ingen-6a92ee5fbc7d47998fc399efe424e451cf75657c.tar.bz2 ingen-6a92ee5fbc7d47998fc399efe424e451cf75657c.zip |
Shrink extensions (to .ing.lv2 and .ing.ttl) and move definitions to central place so they aren't littered everywhere.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2525 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/ingen')
-rw-r--r-- | src/ingen/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ingen/main.cpp b/src/ingen/main.cpp index c8d0c944..cd8ad999 100644 --- a/src/ingen/main.cpp +++ b/src/ingen/main.cpp @@ -74,7 +74,8 @@ main(int argc, char** argv) " 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.ingen.ttl # Run an engine and a GUI and load a patch"); + " ingen -egl patch.ing.ttl # Run an engine and a GUI and load a patch file\n" + " ingen -egl patch.ing.lv2 # Run an engine and a GUI and load a patch bundle"); conf.add("client-port", 'C', "Client OSC port", Atom::INT, Atom()) .add("connect", 'c', "Connect to engine URI", Atom::STRING, "osc.udp://localhost:16180") |