From 5f3cdac8c05c023684c639890ee6abce9a8cf6e6 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 1 Oct 2012 23:48:05 -0400 Subject: update usage for --output/--input --- ponymix.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ponymix.c b/ponymix.c index ded3af0..c7eff30 100644 --- a/ponymix.c +++ b/ponymix.c @@ -711,7 +711,9 @@ static void __attribute__((__noreturn__)) usage(FILE *out) " -a, --app set application mode\n\n" " -o, --sink= control a sink other than the default\n" - " -i, --source= control a source\n", out); + " --output=\n" + " -i, --source= control a source\n" + " --input=\n", out); fputs("\nCommon Commands:\n" " list list available devices\n" -- cgit v1.2.3