aboutsummaryrefslogtreecommitdiffstats
path: root/ponymix.c
diff options
context:
space:
mode:
Diffstat (limited to 'ponymix.c')
-rw-r--r--ponymix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ponymix.c b/ponymix.c
index c79bd06..594be89 100644
--- a/ponymix.c
+++ b/ponymix.c
@@ -828,7 +828,9 @@ int main(int argc, char *argv[])
{ "device", no_argument, 0, 'd' },
{ "help", no_argument, 0, 'h' },
{ "sink", optional_argument, 0, 'o' },
+ { "output", optional_argument, 0, 'o' },
{ "source", optional_argument, 0, 'i' },
+ { "input", optional_argument, 0, 'i' },
{ 0, 0, 0, 0 },
};