summaryrefslogtreecommitdiff
path: root/aplay
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2012-02-06 14:58:03 +0100
committerJaroslav Kysela <perex@perex.cz>2012-02-06 14:58:03 +0100
commit5b91ee7f61d9d743bb30b3dc0d98422bb0cd3092 (patch)
tree59f9f18863c39c97bf39a8a285d1924047b4c895 /aplay
parent1df699bf0a4b0544d12bb6b3d62116bc833ffd6b (diff)
Fix the examples in aplay.1
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'aplay')
-rw-r--r--aplay/aplay.14
1 files changed, 2 insertions, 2 deletions
diff --git a/aplay/aplay.1 b/aplay/aplay.1
index 8ccf556..2acaed5 100644
--- a/aplay/aplay.1
+++ b/aplay/aplay.1
@@ -213,14 +213,14 @@ pcm.copy {
.fi
.TP
-\fBarecord \-t wav \-max-file_time 30 mon.wav\fP
+\fBarecord \-t wav \-\-max-file-time 30 mon.wav\fP
Record from the default audio source in monaural, 8,000 samples
per second, 8 bits per sample. Start a new file every
30 seconds. File names are mon-nn.wav, where nn increases
from 01. The file after mon-99.wav is mon-100.wav.
.TP
-\fBarecord \-f cd \-t wav \-max-file-time 3600 --use-strftime %Y/%m/%d/listen-%H-%M-%v.wav\fP
+\fBarecord \-f cd \-t wav \-\-max-file-time 3600 --use-strftime %Y/%m/%d/listen-%H-%M-%v.wav\fP
Record in stereo from the default audio source. Create a new file
every hour. The files are placed in directories based on their start dates
and have names which include their start times and file numbers.