From: Takashi Iwai Date: Fri, 24 Oct 2008 09:48:57 +0000 (+0200) Subject: iecset - Add missing help text for -n option X-Git-Tag: v1.0.18~1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=d7f90ce8f74aba032131f178ebb78d1a16e943da;p=alsa-utils.git iecset - Add missing help text for -n option Signed-off-by: Takashi Iwai --- diff --git a/iecset/iecset.c b/iecset/iecset.c index 44c43ab..8e44078 100644 --- a/iecset/iecset.c +++ b/iecset/iecset.c @@ -90,6 +90,7 @@ static void usage(void) printf("Options:\n"); printf(" -D device specifies the control device to use\n"); printf(" -c card specifies the card number to use (equiv. with -Dhw:#)\n"); + printf(" -n number specifies the control index number (default = 0)\n"); printf(" -x dump the dump the AESx hex code for IEC958 PCM parameters\n"); printf(" -i read commands from stdin\n"); printf("Commands:\n");