X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_recv.ggo;h=2f1b4d61d54b3be411e2fb78a509685d8f4b07c2;hp=5c4ef4ecf2bae9a4af946a7f3e7e6477860afa22;hb=9627e8157c8c916555b993d7254b0b638815ebc1;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/http_recv.ggo b/http_recv.ggo index 5c4ef4ec..2f1b4d61 100644 --- a/http_recv.ggo +++ b/http_recv.ggo @@ -1,2 +1,15 @@ -option "host" i "ip or host" string default="localhost" no -option "port" p "tcp port to connect to" int default="8000" no +option "host" i +#~~~~~~~~~~~~~~ +"ip or host" +string +default="localhost" +optional +details=" + Both IPv4 and IPv6 addresses are supported. +" + +option "port" p +#~~~~~~~~~~~~~~ +"tcp port to connect to" +int default="8000" +optional