Cosmetic changes to the help message.
This commit is contained in:
parent
1459e91cf5
commit
7c9147b4d4
|
@ -1505,7 +1505,7 @@ void help(char *progname)
|
|||
fprintf(stderr, "-d debug (r = regex, s = strokes, k = keys, m = midi, j = jack; default: all)\n");
|
||||
fprintf(stderr, "-j jack client name (default: midizap)\n");
|
||||
fprintf(stderr, "-k keep track of key status (ignore double notes)\n");
|
||||
fprintf(stderr, "-n no automatic feedback (-o2)\n");
|
||||
fprintf(stderr, "-n no automatic feedback from the second port (-o2)\n");
|
||||
fprintf(stderr, "-o set number of MIDI output ports (0-2, default: 1)\n");
|
||||
fprintf(stderr, "-P set real-time priority (default: 90)\n");
|
||||
fprintf(stderr, "-r config file name (default: MIDIZAP_CONFIG_FILE variable or ~/.midizaprc)\n");
|
||||
|
|
Loading…
Reference in New Issue