From f1e452b6ad9db7d68d3fa0a0d8a1eeca3e978b38 Mon Sep 17 00:00:00 2001 From: andimik Date: Tue, 6 Apr 2021 21:33:30 +0200 Subject: option -d help text --- src/etisnoop.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/etisnoop.cpp') diff --git a/src/etisnoop.cpp b/src/etisnoop.cpp index 45f4f9e..5f9e2c2 100644 --- a/src/etisnoop.cpp +++ b/src/etisnoop.cpp @@ -94,7 +94,8 @@ void usage(void) " -i the file contains RAW ETI\n" " -I the file contains FIC\n" " -v increase verbosity (can be given more than once)\n" - " -d N decode subchannel N into .msc file and if DAB+, decode to .wav file\n" + " -d N decode subchannel N into stream-N.msc file\n" + " if DAB+: decode audio to stream-N.wav file and extract PAD to stream-N.msc\n" " -s \n" " statistics mode: decode all subchannels and measure audio level, write statistics to file\n" " -n N stop analysing after N ETI frames\n" -- cgit v1.2.3 From 9d950a4a44f276aa956972439fdfce5a0cec28fc Mon Sep 17 00:00:00 2001 From: andimik Date: Tue, 6 Apr 2021 21:49:42 +0200 Subject: changed .msc to .dab --- src/etisnoop.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/etisnoop.cpp') diff --git a/src/etisnoop.cpp b/src/etisnoop.cpp index 5f9e2c2..d727146 100644 --- a/src/etisnoop.cpp +++ b/src/etisnoop.cpp @@ -94,8 +94,9 @@ void usage(void) " -i the file contains RAW ETI\n" " -I the file contains FIC\n" " -v increase verbosity (can be given more than once)\n" - " -d N decode subchannel N into stream-N.msc file\n" - " if DAB+: decode audio to stream-N.wav file and extract PAD to stream-N.msc\n" + " -d N decode subchannel N into stream-N.dab file\n" + " if DAB+: decode audio to stream-N.wav file and extract PAD to stream-N.dab\n" + " (superframes with RS coding)\n" " -s \n" " statistics mode: decode all subchannels and measure audio level, write statistics to file\n" " -n N stop analysing after N ETI frames\n" -- cgit v1.2.3