]> git.tuebingen.mpg.de Git - paraslash.git/blob - m4/gengetopt/ao_write.m4
Build receivers, filters and writers without -h and -V support.
[paraslash.git] / m4 / gengetopt / ao_write.m4
1 args "--no-version --no-help"
2
3 include(header.m4)
4 <qu>
5
6 option "driver" d
7 #~~~~~~~~~~~~~~~~
8 "Select a output driver by name"
9 string typestr = "name"
10 optional
11 details = "
12         If this is not given, the driver with the highest priority
13         (see below) will be used.
14 "
15
16 option "ao-option" o
17 #~~~~~~~~~~~~~~~~~~~
18 "Pass a key-value pair to the libao driver"
19 string typestr = "key:value"
20 optional
21 multiple
22 details = "
23         For each time this option is given, the supplied key-value
24         pair is appended to the list of options for the driver. Invalid
25         keys are silently ignored.
26 "
27
28 </qu>