net.h: add missing __printf_2_3 attribute to send_va_buffer()
[paraslash.git] / filter.ggo
1 option "loglevel" l "set loglevel (0-6)" int typestr="level" default="4" optional
2 option "filter" f "Specify filter.
3
4 May be given multiple times to 'pipe' the stream
5 through arbitrary many filters in an efficient
6 way.  The same filter may appear more than once,
7 order matters.
8
9 Filter options may be specified for each '-f'
10 option separately. Note that you will have to
11 quote these options like this:
12
13         -f 'compress --inertia 5 --damp 2'
14 "
15 string typestr="filter_spec" optional multiple
16
17 option "list_filters" L "print list of available filters and exit" flag off