From: Takashi Iwai Date: Thu, 22 Dec 2005 16:03:21 +0000 (+0000) Subject: envy24control: missing command line option help text X-Git-Tag: v1.0.11rc2~1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=aa10f5531f784da38ff6b8adc9c71460f5811ae4;p=alsa-tools.git envy24control: missing command line option help text From: Dirk Jagdmann this patch adds the help description of the "-M" command line option. --- 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)