From aa10f5531f784da38ff6b8adc9c71460f5811ae4 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 22 Dec 2005 16:03:21 +0000 Subject: [PATCH] envy24control: missing command line option help text From: Dirk Jagdmann this patch adds the help description of the "-M" command line option. --- envy24control/envy24control.c | 1 + 1 file changed, 1 insertion(+) diff --git a/envy24control/envy24control.c b/envy24control/envy24control.c index 812d72f..760a0e4 100644 --- a/envy24control/envy24control.c +++ b/envy24control/envy24control.c @@ -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) -- 2.47.1