aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-04-25 15:28:46 -0400
committerDavid Robillard <d@drobilla.net>2016-04-25 15:28:46 -0400
commitf3a6e9da46badbb495162c9ce0a2f6e6ec365dbf (patch)
treec36b3f3ac8a70ff4684dd365a3ef867995c16346
parentb8d4239f1d353a356bb56f0b422f1389533f6956 (diff)
downloadjalv-f3a6e9da46badbb495162c9ce0a2f6e6ec365dbf.tar.gz
jalv-f3a6e9da46badbb495162c9ce0a2f6e6ec365dbf.tar.bz2
jalv-f3a6e9da46badbb495162c9ce0a2f6e6ec365dbf.zip
Add documentation for jalv -s option
-rw-r--r--doc/jalv.16
-rw-r--r--src/jalv_console.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/jalv.1 b/doc/jalv.1
index 6c3a951..2b7604d 100644
--- a/doc/jalv.1
+++ b/doc/jalv.1
@@ -33,6 +33,12 @@ Load state from state directory.
Dump plugin <=> UI communication.
.TP
+\fB\-s\fR
+Show plugin UI if possible.
+
+This option only works when plugins provide a UI that is usable via the non-embeddable showHide interface. For other, embeddable UIs, use jalv.gtk(1) or jalv.qt(1).
+
+.TP
\fB\-t\fR
Print trace messages from plugin
diff --git a/src/jalv_console.c b/src/jalv_console.c
index cd76999..cedb13d 100644
--- a/src/jalv_console.c
+++ b/src/jalv_console.c
@@ -38,6 +38,7 @@ print_usage(const char* name, bool error)
fprintf(os, " -u UUID UUID for Jack session restoration\n");
fprintf(os, " -l DIR Load state from save directory\n");
fprintf(os, " -d Dump plugin <=> UI communication\n");
+ fprintf(os, " -s Show plugin UI if possible\n");
fprintf(os, " -t Print trace messages from plugin\n");
fprintf(os, " -b SIZE Buffer size for plugin <=> UI communication\n");
fprintf(os, " -n NAME JACK client name\n");