From 6425f6e26f4fcf1c396ec6cb50fd641ae78f1736 Mon Sep 17 00:00:00 2001 From: Thomas Weißschuh Date: Thu, 29 Sep 2016 15:14:11 +0000 Subject: actually implement what the documentation promises --- ponymix.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ponymix.cc') diff --git a/ponymix.cc b/ponymix.cc index cdd25e0..654d1af 100644 --- a/ponymix.cc +++ b/ponymix.cc @@ -571,7 +571,7 @@ bool parse_options(int argc, char** argv) { { "device", required_argument, 0, 'd' }, { "help", no_argument, 0, 'h' }, { "notify", no_argument, 0, 'N' }, - { "type", required_argument, 0, 't' }, + { "devtype", required_argument, 0, 't' }, { "version", no_argument, 0, 'V' }, { "sink", no_argument, 0, 0x100 }, { "output", no_argument, 0, 0x101 }, -- cgit v1.2.3