diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/jalv_console.c | 1 |
1 files changed, 1 insertions, 0 deletions
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"); |