commit d1618fa16da4077b0ba63c14fdad44c17e87765d
parent 9ba01bb22414193e503e4f2c5fbae744f69009d8
Author: fundamental <mark.d.mccurry@gmail.com>
Date: Mon, 14 Mar 2016 17:08:06 -0400
ext-gui: Clarify --help Output
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/UI/guimain.cpp b/src/UI/guimain.cpp
@@ -572,9 +572,11 @@ const char *help_message =
"zynaddsubfx-ext-gui [options] uri - Connect to remote ZynAddSubFX\n"
" --help print this help message\n"
" --no-uri run without a remote ZynAddSubFX\n"
+" --embed window ID [Internal Flag For Embedding Windows]\n"
"\n"
" example: zynaddsubfx-ext-gui osc.udp://localhost:1234/\n"
-" use the -P option for zynaddsubfx to specify the port of the backend\n";
+" This will connect to a running zynaddsubfx instance on the same\n"
+" machine on port 1234.\n";
#ifndef CARLA_VERSION_STRING
int main(int argc, char *argv[])