]> git.tuebingen.mpg.de Git - paraslash.git/blob - m4/gengetopt/http_recv.m4
afh_recv: Replace ggo text section by description.
[paraslash.git] / m4 / gengetopt / http_recv.m4
1 args "--no-version --no-help"
2
3 include(header.m4)
4
5 <qu>
6 option "host" i
7 #~~~~~~~~~~~~~~
8 "ip or host"
9 string
10 default="localhost"
11 optional
12 details="
13         Both IPv4 and IPv6 addresses are supported.
14 "
15
16 option "port" p
17 #~~~~~~~~~~~~~~
18 "tcp port to connect to"
19 int default="8000"
20 optional
21 </qu>