summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-10-05 13:56:20 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-10-05 13:56:20 +0200
commit0ae25898fb7bf360167cd9817db11f9cb2d2db65 (patch)
treeadb5504fe22ef8bcee5180f1d729662c372303cb
parent085398614ad0326d48eb8bfe402e0f4044bf0230 (diff)
downloadODR-AudioEnc-0ae25898fb7bf360167cd9817db11f9cb2d2db65.tar.gz
ODR-AudioEnc-0ae25898fb7bf360167cd9817db11f9cb2d2db65.tar.bz2
ODR-AudioEnc-0ae25898fb7bf360167cd9817db11f9cb2d2db65.zip
Clarify that -p enables PAD insertion in usage
-rw-r--r--src/odr-audioenc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odr-audioenc.cpp b/src/odr-audioenc.cpp
index dcb8686..5487b5c 100644
--- a/src/odr-audioenc.cpp
+++ b/src/odr-audioenc.cpp
@@ -186,7 +186,7 @@ void usage(const char* name)
" If more than one ZMQ output is given, the socket\n"
" will be connected to all listed endpoints.\n"
" -k, --secret-key=FILE Enable ZMQ encryption with the given secret key.\n"
- " -p, --pad=BYTES Set PAD size in bytes.\n"
+ " -p, --pad=BYTES Enable PAD insertion and set PAD size in bytes.\n"
" -P, --pad-fifo=FILENAME Set PAD data input fifo name"
" (default: /tmp/pad.fifo).\n"
" -l, --level Show peak audio level indication.\n"