diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-09-29 19:26:11 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-09-29 19:26:11 -0400 |
commit | 71c9b3ed3321604330cd256e4f45a871b715fa02 (patch) | |
tree | 71448bb3db1b4926b8d3cfd40ed562b2050bbec2 | |
parent | 0bc4ab6270cc5edef86fc5dacd345e6f0c6e9ebc (diff) | |
parent | d2553dea95e3a61eb1857cc5c3cfd28f72419b9b (diff) | |
download | mirror-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
-rw-r--r-- | ponymix.1 | 4 | ||||
-rw-r--r-- | ponymix.c | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -12,11 +12,11 @@ perform many operations on both device and application sinks and source. Control input and output devices. .IP "\fB\-a\fR, \fB\-\-app\fR" Control the playback and recording streams. -.IP "\fB\-o\fR, \fB\-\-sink\fR[\fB=\fR\fISINK\fR]" +.IP "\fB\-o\fR[\fR\fISINK\fR]\fR, \fB\-\-sink\fR[\fB=\fR\fISINK\fR]" Specify the sink to control. If the argument is omitted, the default sink is used. \fISINK\fR must be the numeric index of the sink. -.IP "\fB\-i\fR, \fB\-\-source\fR[\fB=\fR\fISOURCE\fR]" +.IP "\fB\-i\fR[\fR\fISOURCE\fR]\fR, \fB\-\-source\fR[\fB=\fR\fISOURCE\fR]" Specify the source to control. If the argument is omitted, the default source is assumed. \fISOURCE\fR must be the numeric index of the source. @@ -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" |