diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-07-13 09:31:11 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-07-13 09:31:11 +0200 |
commit | b65cd1fe9d453365f0dec0c80d8737eda3d1c338 (patch) | |
tree | 1cdf36fc6205cca4f773c16ae947efc3c7a2a44c | |
parent | 403eaefcf88ee001cf39850d1126e36110d45602 (diff) | |
download | ODR-AudioEnc-b65cd1fe9d453365f0dec0c80d8737eda3d1c338.tar.gz ODR-AudioEnc-b65cd1fe9d453365f0dec0c80d8737eda3d1c338.tar.bz2 ODR-AudioEnc-b65cd1fe9d453365f0dec0c80d8737eda3d1c338.zip |
Add missing carriage return in usage
-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 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" |