mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
envy24control: missing command line option help text
From: Dirk Jagdmann <doj@cubic.org> this patch adds the help description of the "-M" command line option.
This commit is contained in:
parent
a57c1508c4
commit
aa10f5531f
1 changed files with 1 additions and 0 deletions
|
|
@ -1877,6 +1877,7 @@ static void usage(void)
|
|||
fprintf(stderr, "\t-v, --view_spdif_playback\tshows the spdif playback channels in the mixer\n");
|
||||
fprintf(stderr, "\t-f, --profiles_file\tuse file as profiles file\n");
|
||||
fprintf(stderr, "\t-m, --midichannel\tmidi channel number for controller control\n");
|
||||
fprintf(stderr, "\t-M, --midienhanced\tUse an enhanced mapping from midi controller to db slider\n");
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue