aboutsummaryrefslogtreecommitdiffstats
path: root/ponymix.c
diff options
context:
space:
mode:
authorJonathan Frazier <eyeswide@gmail.com>2012-09-29 19:12:16 -0400
committerJonathan Frazier <eyeswide@gmail.com>2012-09-29 19:12:16 -0400
commitd2553dea95e3a61eb1857cc5c3cfd28f72419b9b (patch)
treef4daa15895e3504394145c295a645c84aa107b5a /ponymix.c
parent70a59f1a1285296d78b099da5b4ff2fcdbae7b03 (diff)
downloadmirror-ponymix-d2553dea95e3a61eb1857cc5c3cfd28f72419b9b.tar.gz
mirror-ponymix-d2553dea95e3a61eb1857cc5c3cfd28f72419b9b.tar.bz2
mirror-ponymix-d2553dea95e3a61eb1857cc5c3cfd28f72419b9b.zip
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 543baef..bf1143d 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"