diff options
author | Thomas Weißschuh <thomas@t-8ch.de> | 2016-09-29 15:14:11 +0000 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2016-09-29 14:04:47 -0400 |
commit | 6425f6e26f4fcf1c396ec6cb50fd641ae78f1736 (patch) | |
tree | 5caa593f5dbb50f9fb0009e19ef82a388ed5f4a6 | |
parent | 6bb1f0df2b9c7582a686f09681b91d185e2eb4f2 (diff) | |
download | mirror-ponymix-master.tar.gz mirror-ponymix-master.tar.bz2 mirror-ponymix-master.zip |
-rw-r--r-- | ponymix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }, |