aboutsummaryrefslogtreecommitdiffstats
path: root/ponymix.c
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-09-29 19:26:11 -0400
committerDave Reisner <dreisner@archlinux.org>2012-09-29 19:26:11 -0400
commit71c9b3ed3321604330cd256e4f45a871b715fa02 (patch)
tree71448bb3db1b4926b8d3cfd40ed562b2050bbec2 /ponymix.c
parent0bc4ab6270cc5edef86fc5dacd345e6f0c6e9ebc (diff)
parentd2553dea95e3a61eb1857cc5c3cfd28f72419b9b (diff)
downloadmirror-ponymix-71c9b3ed3321604330cd256e4f45a871b715fa02.tar.gz
mirror-ponymix-71c9b3ed3321604330cd256e4f45a871b715fa02.tar.bz2
mirror-ponymix-71c9b3ed3321604330cd256e4f45a871b715fa02.zip
Merge remote-tracking branch 'johnf/master'
* johnf/master: clarify -o and -i usage
Diffstat (limited to 'ponymix.c')
-rw-r--r--ponymix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ponymix.c b/ponymix.c
index 17f3d17..44cb3a2 100644
--- a/ponymix.c
+++ b/ponymix.c
@@ -687,8 +687,8 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
"\n -d, --device set device mode (default)\n"
" -a, --app set application mode\n"
- "\n -o, --sink=<name> control a sink other than the default\n"
- " -i, --source=<name> control a source\n", out);
+ "\n -o<name>, --sink=<name> control a sink other than the default\n"
+ " -i<name>, --source=<name> control a source\n", out);
fputs("\nCommon Commands:\n"
" list list available devices\n"