From f3a6e9da46badbb495162c9ce0a2f6e6ec365dbf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 25 Apr 2016 15:28:46 -0400 Subject: Add documentation for jalv -s option --- src/jalv_console.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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"); -- cgit v1.2.1