diff options
-rw-r--r-- | audio/ponymix/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/ponymix/README b/audio/ponymix/README index 82a261812e781..4e6ab58cb4450 100644 --- a/audio/ponymix/README +++ b/audio/ponymix/README @@ -2,11 +2,11 @@ Ponymix is a command line mixer for PulseAudio. Typical usage might entail 1. listing available devices: - ponymix list + ponymix list 2. setting a default device: - ponymix -d <YOUR DEVICE HERE> set-default + ponymix -d <YOUR DEVICE HERE> set-default 3. checking which is the default device: - ponymix defaults + ponymix defaults For full usage details, use: - ponymix help + ponymix help |