Use self-made help to avoid recompilations on version changes.
[paraslash.git] / m4 / gengetopt / recv.m4
1 args "--no-handle-help --no-handle-version"
2
3 purpose "A command line HTTP/DCCP/UDP stream grabber."
4
5 include(header.m4)
6 include(loglevel.m4)
7
8 <qu>
9 option "receiver" r
10 "Select receiver"
11 string typestr="receiver_spec"
12 default="http"
13 optional
14 details="
15         Any options for the selected receiver must
16         be quoted. Example:
17
18                 -r 'http -i www.paraslash.org -p 8009'
19 "
20 </qu>