From 0ae25898fb7bf360167cd9817db11f9cb2d2db65 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 5 Oct 2017 13:56:20 +0200 Subject: Clarify that -p enables PAD insertion in usage --- src/odr-audioenc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3