From da4b42a47a4f2175b7ab5793a0a8fd66c2d940ff Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 27 May 2022 14:07:55 -0400 Subject: Add missing option in console help output --- src/jalv_console.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jalv_console.c b/src/jalv_console.c index 1ef9283..117fb90 100644 --- a/src/jalv_console.c +++ b/src/jalv_console.c @@ -45,6 +45,7 @@ print_usage(const char* name, bool error) fprintf(os, " -c SYM=VAL Set control value (e.g. \"vol=1.4\")\n"); fprintf(os, " -d Dump plugin <=> UI communication\n"); fprintf(os, " -h Display this help and exit\n"); + fprintf(os, " -i Ignore keyboard input, run non-interactively\n"); fprintf(os, " -l DIR Load state from save directory\n"); fprintf(os, " -n NAME JACK client name\n"); fprintf(os, " -p Print control output changes to stdout\n"); -- cgit v1.2.1