audiod: always dump the audio status
[paraslash.git] / filter.ggo
index 725a90302a7b0dca0b078c5450d2568728c90bb2..111e87c698bcfb33441f47d971cb94e02b5ef5fd 100644 (file)
@@ -1,4 +1,4 @@
-option "loglevel" l "set loglevel (0-6)" int typestr="level" default="4" no
+option "loglevel" l "set loglevel (0-6)" int typestr="level" default="4" optional
 option "filter" f "Specify filter.
 
 May be given multiple times to 'pipe' the stream
@@ -10,8 +10,8 @@ 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
+string typestr="filter_spec" optional multiple
 
 option "list_filters" L "print list of available filters and exit" flag off