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