From 740f8e964bb3405f1032404835c01a307eb629cf Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Sat, 30 Jun 2018 20:51:49 +0200 Subject: [PATCH] adjust plp usage text MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Patch courtesy of Stefan Pöschel. --- dvblast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvblast.c b/dvblast.c index 5cb801c..a1ce8bd 100644 --- a/dvblast.c +++ b/dvblast.c @@ -651,7 +651,7 @@ void usage() msg_Raw( NULL, " -f --frequency frontend frequency" ); msg_Raw( NULL, " -8 --lnb-type Set LNB type')" ); msg_Raw( NULL, " universal old-sky (default: universal)"); - msg_Raw( NULL, " -9 --dvb-plp-id Switch PLP of the DVB-T2 transmission (for Russia special)" ); + msg_Raw( NULL, " -9 --dvb-plp-id Switch PLP of the DVB-T2 transmission (default: 0)" ); msg_Raw( NULL, " -F --fec-inner Forward Error Correction (FEC Inner)"); msg_Raw( NULL, " DVB-S2 0|12|23|34|35|56|78|89|910|999 (default auto: 999)"); msg_Raw( NULL, " -I --inversion Inversion (-1 auto, 0 off, 1 on)" ); -- 2.11.4.GIT