X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.ggo;h=e3ac59a2d52d833c8447b3b529f2edb28d469f0b;hp=725a90302a7b0dca0b078c5450d2568728c90bb2;hb=736760c45b10e9a593fcd81e1a230188386ca656;hpb=1f556ae88bd8c85d4452f689f532f5a6abeabe92 diff --git a/filter.ggo b/filter.ggo index 725a9030..e3ac59a2 100644 --- a/filter.ggo +++ b/filter.ggo @@ -1,17 +1,24 @@ -option "loglevel" l "set loglevel (0-6)" int typestr="level" default="4" no -option "filter" f "Specify filter. +option "loglevel" l +#~~~~~~~~~~~~~~~~~~ + "set loglevel (0-6)" +int typestr="level" +default="3" +optional -May be given multiple times to 'pipe' the stream -through arbitrary many filters in an efficient -way. The same filter may appear more than once, -order matters. +option "filter" f +#~~~~~~~~~~~~~~~~ +"Specify filter." +string typestr="filter_spec" +optional +multiple +details=" + May be given multiple times to 'pipe' the stream through + arbitrary many filters in an efficient way. The same filter + may appear more than once, order matters. -Filter options may be specified for each '-f' -option separately. Note that you will have to -quote these options like this: + Filter options may be specified for each '-f' option + separately. Note that you will have to quote these options + like this: - -f 'compress --anticlip --volume 2' + -f 'compress --inertia 5 --damp 2' " -string typestr="filter_spec" no multiple - -option "list_filters" L "print list of available filters and exit" flag off