]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ggo/filter.m4
Use symbolic names for loglevels and clean up the ggo mess.
[paraslash.git] / ggo / filter.m4
diff --git a/ggo/filter.m4 b/ggo/filter.m4
new file mode 100644 (file)
index 0000000..4e99176
--- /dev/null
@@ -0,0 +1,21 @@
+include(header.m4)
+include(loglevel.m4)
+<qu>
+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:
+
+               -f 'compress --inertia 5 --damp 2'
+"
+</qu>