Merge branch 't/unix_path_max_fix'
[paraslash.git] / ggo / filter.m4
1 include(header.m4)
2 include(loglevel.m4)
3 <qu>
4 option "filter" f
5 #~~~~~~~~~~~~~~~~
6 "Specify filter."
7 string typestr="filter_spec"
8 optional
9 multiple
10 details="
11         May be given multiple times to 'pipe' the stream through
12         arbitrary many filters (without copying the data). The same
13         filter may appear more than once, order matters.
14
15         Options for a particular filter may be specified for each
16         given '--filter' option separately. You will have to quote
17         these options like this:
18
19                 --filter 'compress --inertia 5 --damp 2'
20 "
21 </qu>