aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsoxdial12
1 files changed, 6 insertions, 6 deletions
diff --git a/soxdial b/soxdial
index 1700f32..da693a6 100755
--- a/soxdial
+++ b/soxdial
@@ -81,12 +81,12 @@ before any dial strings or dial options.
=item B<-o>, B<--output> I<output>
-Write sox's output to a file, rather than playing it. The file format
-is determined by the filename extension. Use B<.wav> for RIFF WAVE
-output, B<.flac> for FLAC, B<.ogg> for Ogg Vorbis, or anything else
-(including no extension) for raw audio samples. The special filename
-B<-> writes raw samples to standard output. Note that nothing else
-ever gets written to standard output, so you won't get verbose
+Write sox's output to a file, rather than playing it. B<sox> uses
+the the filename extension to determine the file format: use B<.wav>
+for RIFF WAVE output, B<.flac> for FLAC, B<.ogg> for Ogg Vorbis,
+B<.raw> (or no extension) for raw audio samples, etc. The special
+filename B<-> writes raw samples to standard output. Note that nothing
+else ever gets written to standard output, so you won't get verbose
messages mixed with audio samples.
=item B<--stdout>