aboutsummaryrefslogtreecommitdiffstats
path: root/ponymix.c
diff options
context:
space:
mode:
Diffstat (limited to 'ponymix.c')
-rw-r--r--ponymix.c4
1 files changed, 3 insertions, 1 deletions
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<name>, --sink=<name> control a sink other than the default\n"
- " -i<name>, --source=<name> control a source\n", out);
+ " --output=<name>\n"
+ " -i<name>, --source=<name> control a source\n"
+ " --input=<name>\n", out);
fputs("\nCommon Commands:\n"
" list list available devices\n"