X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=m4%2Flls%2Frecv.suite.m4;fp=m4%2Flls%2Frecv.suite.m4;h=793a2f5f98127d9bf2891280722f678fd874b54c;hb=206708954b39a6216161409b785b7c6b1480a856;hp=0000000000000000000000000000000000000000;hpb=870fcd0379ab096184f42481541d668694da7c83;p=paraslash.git diff --git a/m4/lls/recv.suite.m4 b/m4/lls/recv.suite.m4 new file mode 100644 index 00000000..793a2f5f --- /dev/null +++ b/m4/lls/recv.suite.m4 @@ -0,0 +1,22 @@ +m4_define(PROGRAM, para_recv) +[suite recv] +version-string = GIT_VERSION() +[supercommand para_recv] + purpose = a command line HTTP/DCCP/UDP stream grabber + m4_include(common-option-section.m4) + m4_include(help.m4) + m4_include(detailed-help.m4) + m4_include(version.m4) + m4_include(loglevel.m4) + m4_include(per-command-options-section.m4) + [option receiver] + short_opt = r + summary = select the receiver + arg_info = required_arg + arg_type = string + typestr = receiver_spec + [help] + Any options for the selected receiver must be quoted. Example: + + -r 'http -i www.paraslash.org -p 8009' + [/help]