From 1d33ccbff9a787e2aa13187fdc690227ffe72aea Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 23 Aug 2010 15:25:07 +0200 Subject: [PATCH] Improve filter help text. - Mention that "efficient way" means zero-copy, - Replace "filter options" by "options for a particular filter", - Replace -f by --filter. --- ggo/filter.m4 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ggo/filter.m4 b/ggo/filter.m4 index 4e991764..9df0f3f2 100644 --- a/ggo/filter.m4 +++ b/ggo/filter.m4 @@ -9,13 +9,13 @@ 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. + arbitrary many filters (without copying the data). 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: + Options for a particular filter may be specified for each + given '--filter' option separately. You will have to quote + these options like this: - -f 'compress --inertia 5 --damp 2' + --filter 'compress --inertia 5 --damp 2' " -- 2.39.2