]> git.tuebingen.mpg.de Git - paraslash.git/blob - m4/gengetopt/recv.m4
9702e12b466dada94e78eb524657e74c46c9f5f5
[paraslash.git] / m4 / gengetopt / 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>