X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.ggo;h=2f647613b8e9bc228ab3614562d0656bcd23ba72;hp=b6d5a77c651787100587c24aeced6d681596edbe;hb=736760c45b10e9a593fcd81e1a230188386ca656;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/recv.ggo b/recv.ggo index b6d5a77c..2f647613 100644 --- a/recv.ggo +++ b/recv.ggo @@ -1,11 +1,19 @@ -option "loglevel" l "set loglevel (0-6)" int typestr="level" default="4" no -option "list_receivers" L "print list of available receivers" flag off -option "receiver" r "Select receiver. +option "loglevel" l +#~~~~~~~~~~~~~~~~~~ +"set loglevel (0-6)" +int typestr="level" +default="3" +optional -If options for the selected receiver are given, they must -be separated by ':' instead of white space. Example: +option "receiver" r +"Select receiver" +string typestr="receiver_spec" +default="http" +optional +details=" + 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