]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ggo/filter.m4
Move gengetopt input files to m4 directory.
[paraslash.git] / ggo / filter.m4
diff --git a/ggo/filter.m4 b/ggo/filter.m4
deleted file mode 100644 (file)
index 9df0f3f..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-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 (without copying the data). The same
-       filter may appear more than once, order matters.
-
-       Options for a particular filter may be specified for each
-       given '--filter' option separately. You will have to quote
-       these options like this:
-
-               --filter 'compress --inertia 5 --damp 2'
-"
-</qu>