diff options
-rw-r--r-- | src/odr-audioenc.cpp | 2 |
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" |