aboutsummaryrefslogtreecommitdiffstats
path: root/src/etisnoop.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2021-05-13 18:14:05 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2021-05-13 18:14:05 +0200
commite3aed1a4a03f6c7d8d2055b02fc53a4ee57e520d (patch)
treec5b14190e89a7633a90cdcc167d108dc2451045e /src/etisnoop.cpp
parent0c79a48bb54097b4a1bd335975f56cb47908a027 (diff)
downloadetisnoop-e3aed1a4a03f6c7d8d2055b02fc53a4ee57e520d.tar.gz
etisnoop-e3aed1a4a03f6c7d8d2055b02fc53a4ee57e520d.tar.bz2
etisnoop-e3aed1a4a03f6c7d8d2055b02fc53a4ee57e520d.zip
Correct help text
Diffstat (limited to 'src/etisnoop.cpp')
-rw-r--r--src/etisnoop.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etisnoop.cpp b/src/etisnoop.cpp
index d727146..13239e5 100644
--- a/src/etisnoop.cpp
+++ b/src/etisnoop.cpp
@@ -94,9 +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.dab file\n"
- " if DAB+: decode audio to stream-N.wav file and extract PAD to stream-N.dab\n"
+ " -d N write subchannel N into stream-N.dab\n"
" (superframes with RS coding)\n"
+ " if the suchannel contains DAB+ audio will be decoded to stream-N.wav\n"
" -s <filename.yaml>\n"
" statistics mode: decode all subchannels and measure audio level, write statistics to file\n"
" -n N stop analysing after N ETI frames\n"