From 3d49597247a92848ab682db002f7a1250fad033b Mon Sep 17 00:00:00 2001 From: Simon Gomizelj Date: Tue, 25 Sep 2012 18:37:02 -0400 Subject: add --input/--output as an alternative flags. Input/output make more sense for applications, where the pulseaudio sink/source may feel backwards --- ponymix.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ponymix.c') 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 }, }; -- cgit v1.2.3