summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2014-12-22 17:28:43 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2014-12-22 17:28:43 +0100
commitab2442bd9f1139b2abe8e26a593785703b78d58c (patch)
tree5c6c646bda68478db679e718e0ec8a6d124683ba /src
parent432c89bd6584497d9c94cd115dbdd00bf60c8177 (diff)
downloadODR-AudioEnc-ab2442bd9f1139b2abe8e26a593785703b78d58c.tar.gz
ODR-AudioEnc-ab2442bd9f1139b2abe8e26a593785703b78d58c.tar.bz2
ODR-AudioEnc-ab2442bd9f1139b2abe8e26a593785703b78d58c.zip
Usage screen: use .dabp extension in example
Diffstat (limited to 'src')
-rw-r--r--src/dabplus-enc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dabplus-enc.cpp b/src/dabplus-enc.cpp
index 1117277..b474914 100644
--- a/src/dabplus-enc.cpp
+++ b/src/dabplus-enc.cpp
@@ -102,7 +102,7 @@ void usage(const char* name) {
" --ps Force the usage of PS\n"
" Output and pad parameters:\n"
" -o, --output=URI Output zmq uri. (e.g. 'tcp://localhost:9000')\n"
- " -or- Output file uri. (e.g. 'file.dab')\n"
+ " -or- Output file uri. (e.g. 'file.dabp')\n"
" -or- a single dash '-' to denote stdout\n"
" -k, --secret-key=FILE Enable ZMQ encryption with the given secret key.\n"
" -p, --pad=BYTES Set PAD size in bytes.\n"