From b65cd1fe9d453365f0dec0c80d8737eda3d1c338 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 13 Jul 2020 09:31:11 +0200 Subject: Add missing carriage return in usage --- src/odr-audioenc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/odr-audioenc.cpp b/src/odr-audioenc.cpp index 5b0facf..8cc8b9e 100644 --- a/src/odr-audioenc.cpp +++ b/src/odr-audioenc.cpp @@ -201,7 +201,7 @@ static void usage(const char* name) " add a delay (in milliseconds) to the timestamps carried in EDI\n" " -k, --secret-key=FILE Enable ZMQ encryption with the given secret key.\n" " -p, --pad=BYTES Enable PAD insertion and set PAD size in bytes.\n" - " -P, --pad-socket=IDENTIFIER Use the given identifier to communicate with ODR-PadEnc." + " -P, --pad-socket=IDENTIFIER Use the given identifier to communicate with ODR-PadEnc.\n" " -l, --level Show peak audio level indication.\n" " -S, --stats=SOCKET_NAME Connect to the specified UNIX Datagram socket and send statistics.\n" " This allows external tools to collect audio and drift compensation stats.\n" -- cgit v1.2.3