]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - m4/gengetopt/write.m4
Merge branch 'refs/heads/t/autoplay-fix'
[paraslash.git] / m4 / gengetopt / write.m4
index c022bc8f24c83d6ed490cde57159d64b7e571538..6667cb8c8d76dc618d010696a77293c9d0f48158 100644 (file)
@@ -1,5 +1,7 @@
 args "--no-handle-help --no-handle-version"
 
+purpose "Play wav or raw audio"
+
 include(header.m4)
 include(loglevel.m4)
 
@@ -7,12 +9,12 @@ option "writer" w
 #~~~~~~~~~~~~~~~~
 "select stream writer"
 string typestr="name"
-default="alsa (file if alsa is unsupported)"
 optional
 multiple
 details="
-       May be give multiple times. The same writer may be specified
-       more than once.
+       May be given multiple times, and the same writer may be specified more
+       than once. If this option is not given, the first supported writer
+       is started. The list of supported writers is shown in the help output.
 "
 
 include(channels.m4)