From d7f90ce8f74aba032131f178ebb78d1a16e943da Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Fri, 24 Oct 2008 11:48:57 +0200 Subject: [PATCH] iecset - Add missing help text for -n option Signed-off-by: Takashi Iwai --- iecset/iecset.c | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.47.1