Handle sender commands in vss_post_select().
[paraslash.git] / recv.ggo
index b6d5a77c651787100587c24aeced6d681596edbe..febe1a9cea5de7b6dd5e2a9d45a7accb253660b7 100644 (file)
--- a/recv.ggo
+++ b/recv.ggo
@@ -1,11 +1,11 @@
-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 "list_receivers" L "print list of available receivers" flag off
 option "receiver" r "Select receiver.
 
-If options for the selected receiver are given, they must
-be separated by ':' instead of white space. Example:
+Any options for the selected receiver must
+be quoted. Example:
 
-       -r http:-i:www.paraslash.org:-p:8009
+       -r 'http -i www.paraslash.org  -p 8009'
 "
 
-string typestr="receiver_spec" default="http" no
+string typestr="receiver_spec" default="http" optional