upd_send.c: Use write_nonblock() rather than write_all().
[paraslash.git] / filter.ggo
index 4157835cda085b7d7757765a18841bfe0dc749d7..5376a6f8c73996c8e85444cfb781f1b755b03911 100644 (file)
@@ -1,18 +1,24 @@
-option "loglevel" l "set loglevel (0-6)" int typestr="level" default="4" no
-option "filter" f "Specify filter.
+option "loglevel" l
+#~~~~~~~~~~~~~~~~~~
+ "set loglevel (0-6)"
+int typestr="level"
+default="4"
+optional
 
-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.
+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. Insinde these options ':'
-must be used as the separator instead of white
-space. Example:
+       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
-
-option "list_filters" L "print list of available filters and exit" flag off