]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Fix --force option
authorTakashi Iwai <tiwai@suse.de>
Tue, 17 May 2005 16:18:14 +0000 (16:18 +0000)
committerTakashi Iwai <tiwai@suse.de>
Tue, 17 May 2005 16:18:14 +0000 (16:18 +0000)
Fixed the broken --force option.

alsactl/alsactl.c

index 7e7025c1a784e47d07bcc7f4700167fb52c196ff..2fd3b979f74fca7ece8ff1ee0ee2c9a80b523dcd 100644 (file)
@@ -61,7 +61,7 @@ int main(int argc, char *argv[])
        {
                {"help", 0, NULL, 'h'},
                {"file", 1, NULL, 'f'},
-               {"force", 1, NULL, 'F'},
+               {"force", 0, NULL, 'F'},
                {"debug", 0, NULL, 'd'},
                {"version", 0, NULL, 'v'},
                {NULL, 0, NULL, 0},