Implement --log-timing for server and audiod.
[paraslash.git] / ggo / recv.m4
1 include(header.m4)
2 include(loglevel.m4)
3
4 <qu>
5 option "receiver" r
6 "Select receiver"
7 string typestr="receiver_spec"
8 default="http"
9 optional
10 details="
11         Any options for the selected receiver must
12         be quoted. Example:
13
14                 -r 'http -i www.paraslash.org -p 8009'
15 "
16 </qu>