build: Use .ONESHELL.
[paraslash.git] / m4 / lls / write_cmd.suite.m4
index 9d8ee75a5d85aad978f09ba5c6ac71c3bd8520d3..102afed1d19be39cfd2a719cbf5c243f40e419f4 100644 (file)
@@ -38,8 +38,9 @@ caption = writers
                arg_info = required_arg
                arg_type = string
                [help]
-                       If this is not given, the driver with the highest priority (see below)
-                       will be used.
+                       If this is not given, the driver with the highest priority will be
+                       used. The list of available drivers and their priorities is shown in
+                       debug mode.
                [/help]
        [option ao-option]
                short_opt = o
@@ -51,7 +52,7 @@ caption = writers
                [help]
                        For each time this option is given, the supplied key-value pair is
                        appended to the list of options for the driver. Invalid keys are
-                       silently ignored.
+                       silently ignored. The list of available keys is shown in debug mode.
                [/help]
 [subcommand oss]
        purpose = output plugin for the Open Sound System
@@ -62,18 +63,6 @@ caption = writers
                arg_info = required_arg
                arg_type = string
                default_val = /dev/dsp
-[subcommand osx]
-       purpose = output plugin for Mac OS coreaudio
-       [option numbuffers]
-               short_opt = n
-               summary = number of audio buffers to allocate
-               typestr = num
-               arg_info = required_arg
-               arg_type = uint32
-               default_val = 20
-               [help]
-                       Increase if you get buffer underruns.
-               [/help]
 [subcommand file]
        purpose = output plugin that writes to a local file
        [option filename]