aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2016-09-29 15:14:11 +0000
committerDave Reisner <dreisner@archlinux.org>2016-09-29 14:04:47 -0400
commit6425f6e26f4fcf1c396ec6cb50fd641ae78f1736 (patch)
tree5caa593f5dbb50f9fb0009e19ef82a388ed5f4a6
parent6bb1f0df2b9c7582a686f09681b91d185e2eb4f2 (diff)
downloadmirror-ponymix-6425f6e26f4fcf1c396ec6cb50fd641ae78f1736.tar.gz
mirror-ponymix-6425f6e26f4fcf1c396ec6cb50fd641ae78f1736.tar.bz2
mirror-ponymix-6425f6e26f4fcf1c396ec6cb50fd641ae78f1736.zip
actually implement what the documentation promisesHEADmaster
-rw-r--r--ponymix.cc2
1 files changed, 1 insertions, 1 deletions
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 },