dbtool -> audio file selector renaming
[paraslash.git] / audiod.ggo
index cafc851921eb2b650cc510185bfda7d77d25da10..b0b8d0c4d357eebb8fff341ac80cd966900d777b 100644 (file)
@@ -24,13 +24,15 @@ option "receiver" r "Select receiver.
 
 May be given multiple times, once for each
 supported audio format. receiver_spec
-consists of an audio format, the receiver
-name and any options for that receiver,
-seperated by colons.
+consists of an audio format and the receiver
+name, separated by a colon, and any options
+for that receiver, seperated by whitespace.
+If any receiver options are present, the
+whole receiver argument must be quoted.
 
 Example:
 
--r mp3:http:-i:www.paraslash.org:-p:8009
+-r 'mp3:http -i www.paraslash.org -p 8009'
 "
 
 string typestr="receiver_spec" default="http" no multiple
@@ -50,12 +52,11 @@ option "filter" f "Select filter(s) manually.
 
 May be given multiple times. filter_spec
 consists of an audio format, the name of the
-filter, and any options for that filter,
-separated by colons.
+filter, and any options for that filter.
 
 Examples:
        -f mp3:mp3dec
-       -f:mp3:compress:--anticlip:--volume:2
+       -f 'mp3:compress --anticlip --volume 2'
 
 Note that these options are ignored by default,
 see --no_default_filters."