Merge branch 'maint'
[paraslash.git] / m4 / gengetopt / http_recv.m4
1 args "--no-version --no-help"
2
3 purpose "Receive an HTTP audio stream"
4
5 include(header.m4)
6
7 <qu>
8 option "host" i
9 #~~~~~~~~~~~~~~
10 "ip or host"
11 string
12 default="localhost"
13 optional
14 details="
15         Both IPv4 and IPv6 addresses are supported.
16 "
17
18 option "port" p
19 #~~~~~~~~~~~~~~
20 "tcp port to connect to"
21 int default="8000"
22 optional
23 </qu>