aboutsummaryrefslogtreecommitdiffstats
path: root/ponymix.1
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2013-11-20 10:24:05 -0500
committerDave Reisner <dreisner@archlinux.org>2013-11-20 10:28:08 -0500
commit8ba6c69dff50a59190b34c53d5cce338f8debb22 (patch)
tree4a37c190ad8b3e635fb72f403c01ebe3087e203c /ponymix.1
parent5e837db05c685134d703ec126c5935129ed72642 (diff)
downloadmirror-ponymix-8ba6c69dff50a59190b34c53d5cce338f8debb22.tar.gz
mirror-ponymix-8ba6c69dff50a59190b34c53d5cce338f8debb22.tar.bz2
mirror-ponymix-8ba6c69dff50a59190b34c53d5cce338f8debb22.zip
implement --short option to replace *-short commands
This deprecates and removes documentation for list-short, list-cards-short and list-profiles-short, but does not actually remove their functionality (for backwards compat). Using any of these commands will simply call the s/-short// version of the command and set the --short option instead.
Diffstat (limited to 'ponymix.1')
-rw-r--r--ponymix.110
1 files changed, 3 insertions, 7 deletions
diff --git a/ponymix.1 b/ponymix.1
index 703cb81..e93a405 100644
--- a/ponymix.1
+++ b/ponymix.1
@@ -34,6 +34,9 @@ Aliases to \fB--devtype\fR \fIsource\fR.
Alias to \fB--devtype\fR \fIsource-output\fR.
.IP "\fB--sink-input\fR"
Alias to \fB--devtype\fR \fIsink-input\fR.
+.IP "\fB--short\fR"
+Generate output for list commands in a parseable format. This only applies to the
+\fIlist\fR, \fIlist-cards\fR, and \fIlist-profiles\fR commands.
.SH OPERATIONS
.SS Generic Commands
.IP "\fBhelp\fR"
@@ -44,9 +47,6 @@ all the listed commands.
.PP
.IP "\fBlist\fR"
List all available devices. This can be filtered using the \fB--devtype\fR flag.
-.IP "\fBlist-short\fR"
-List all available devices in a parseable format. This can be filtered using the
-\fB--devtype\fR flag.
.IP "\fBdefaults\fR"
Display the default sink and source. This is the default command if none
is specified.
@@ -93,12 +93,8 @@ These commands are specific to cards.
.PP
.IP "\fBlist-cards\fR"
List all available cards.
-.IP "\fBlist-cards-short\fR"
-List names for all available cards.
.IP "\fBlist-profiles\fR"
List profiles for a card.
-.IP "\fBlist-profiles-short\fR"
-List only names for the available profiles for a card.
.IP "\fBset-profile\fR" \fIPROFILE\fR
Set the specified profile for a card.
.SH AUTHORS