]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Fix typo in alsaconf "modinfo" option
authorThomas Hood <jdthood@yahoo.co.uk>
Tue, 22 Feb 2005 13:42:44 +0000 (13:42 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 22 Feb 2005 13:42:44 +0000 (13:42 +0000)
BTS #921

Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
alsaconf/alsaconf.in

index 5aec5a87c24a68e9000fc3319cb8a7132a09f6f3..f4df17e06ea243e171da06d7ed494ed7dbbe1e52 100644 (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;;