summaryrefslogtreecommitdiffstats
path: root/src/ingen/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen/main.cpp')
-rw-r--r--src/ingen/main.cpp3
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")