Simplify ggo makefile.
[paraslash.git] / m4 / gengetopt / recv.m4
1 args "--no-handle-help --no-handle-version"
2
3 include(header.m4)
4 include(loglevel.m4)
5
6 <qu>
7 option "receiver" r
8 "Select receiver"
9 string typestr="receiver_spec"
10 default="http"
11 optional
12 details="
13         Any options for the selected receiver must
14         be quoted. Example:
15
16                 -r 'http -i www.paraslash.org -p 8009'
17 "
18 </qu>