diff options
author | andimik <andimik@yahoo.de> | 2021-04-06 21:33:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 21:33:30 +0200 |
commit | f1e452b6ad9db7d68d3fa0a0d8a1eeca3e978b38 (patch) | |
tree | 715819449a5b75f1012c165b446fba07151be4cb /src | |
parent | 9681416e87a65bcc0bdadb6f2a9dcc2e687f4858 (diff) | |
download | etisnoop-f1e452b6ad9db7d68d3fa0a0d8a1eeca3e978b38.tar.gz etisnoop-f1e452b6ad9db7d68d3fa0a0d8a1eeca3e978b38.tar.bz2 etisnoop-f1e452b6ad9db7d68d3fa0a0d8a1eeca3e978b38.zip |
option -d help text
Diffstat (limited to 'src')
-rw-r--r-- | src/etisnoop.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 <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" |