From 90677f86caf3fa8e882efdd28e8c57d79103ecf3 Mon Sep 17 00:00:00 2001
From: Andre <maan@p133.(none)>
Date: Mon, 27 Mar 2006 05:47:31 +0200
Subject: [PATCH] update filter help text

The example used the --anticlip and --volume options of the compress
filter which are no longer present. Replace these by valid command
line options.
---
 filter.ggo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/filter.ggo b/filter.ggo
index 725a9030..2b9c450b 100644
--- a/filter.ggo
+++ b/filter.ggo
@@ -10,7 +10,7 @@ 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
 
-- 
2.39.5