Fix typo in alsaconf "modinfo" option

BTS #921

Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
This commit is contained in:
Thomas Hood 2005-02-22 13:42:44 +00:00 committed by Takashi Iwai
parent 51b48adbaa
commit 3701b2c65f

View file

@ -111,7 +111,7 @@ while true ; do
case "$1" in
-l|--legacy)
do_legacy_only=1; shift ;;
-m|--modifno)
-m|--modinfo)
use_modinfo_db=1; shift ;;
-s|--sound)
TESTSOUND=$2; shift 2;;