Fix bad grammar "allows <infinitive>".
[paraslash.git] / m4 / lls / recv.suite.m4
1 m4_define(PROGRAM, para_recv)
2 [suite recv]
3 version-string = GIT_VERSION()
4 [supercommand para_recv]
5         purpose = a command line HTTP/DCCP/UDP stream grabber
6         m4_include(common-option-section.m4)
7         m4_include(help.m4)
8         m4_include(detailed-help.m4)
9         m4_include(version.m4)
10         m4_include(loglevel.m4)
11         m4_include(per-command-options-section.m4)
12         [option receiver]
13                 short_opt = r
14                 summary = select the receiver
15                 arg_info = required_arg
16                 arg_type = string
17                 typestr = receiver_spec
18                 [help]
19                         Any options for the selected receiver must be quoted. Example:
20
21                                 -r 'http -i www.paraslash.org -p 8009'
22                 [/help]