Remove trailing dot at the end of purpose texts.
[paraslash.git] / m4 / gengetopt / filter.m4
1 args "--no-handle-help --no-handle-version --conf-parser"
2
3 purpose "Decode or process audio data from STDIN to STDOUT"
4
5 include(header.m4)
6 include(loglevel.m4)
7 <qu>
8 option "filter" f
9 #~~~~~~~~~~~~~~~~
10 "Specify filter."
11 string typestr="filter_spec"
12 optional
13 multiple
14 details="
15         May be given multiple times to 'pipe' the stream through
16         arbitrary many filters (without copying the data). The same
17         filter may appear more than once, order matters.
18
19         Options for a particular filter may be specified for each
20         given '--filter' option separately. You will have to quote
21         these options like this:
22
23                 --filter 'compress --inertia 5 --damp 2'
24 "
25 </qu>