X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.ggo;h=2f647613b8e9bc228ab3614562d0656bcd23ba72;hp=ed903fd6ac339d75afaf1bcd2e9e86285acd4a31;hb=736760c45b10e9a593fcd81e1a230188386ca656;hpb=1129a59e6ebcdbad2d46d09a84eb580f42c00aa6 diff --git a/recv.ggo b/recv.ggo index ed903fd6..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 -Any options for the selected receiver must -be quoted. 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