X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=m4%2Flls%2Frecv.suite.m4;h=993a4494f0ba90823f68b933a806b7cd267c1706;hp=793a2f5f98127d9bf2891280722f678fd874b54c;hb=ece3b9ff875a28473a4f840bb016f8debb2531fc;hpb=206708954b39a6216161409b785b7c6b1480a856 diff --git a/m4/lls/recv.suite.m4 b/m4/lls/recv.suite.m4 index 793a2f5f..993a4494 100644 --- a/m4/lls/recv.suite.m4 +++ b/m4/lls/recv.suite.m4 @@ -2,7 +2,16 @@ m4_define(PROGRAM, para_recv) [suite recv] version-string = GIT_VERSION() [supercommand para_recv] - purpose = a command line HTTP/DCCP/UDP stream grabber + purpose = receive an audio stream + [description] + para_recv starts one paraslash receiver (http, dccp, udp or afh) + to produce an audio stream in the same way para_audiod would download + the stream from para_server (http, dccp or udp) or para_server makes a + stream out of an audio file (afh). This is mostly useful for debugging. + + Regardless of which receiver was started, the audio stream is written + to stdout. + [/description] m4_include(common-option-section.m4) m4_include(help.m4) m4_include(detailed-help.m4) @@ -19,4 +28,6 @@ version-string = GIT_VERSION() Any options for the selected receiver must be quoted. Example: -r 'http -i www.paraslash.org -p 8009' + + If no receiver is given, http is assumed. [/help]