diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-04-23 12:02:21 +0200 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-04-23 12:02:21 +0200 | 
| commit | eefac4b3742458d912c661973c91f70cc0c551b8 (patch) | |
| tree | 16ece7ee19679b5c636ff4dcd57d275636eb592b /src/odr-sourcecompanion.cpp | |
| parent | 503281c37f5a9b473f51957576b821a29984c3c5 (diff) | |
| download | ODR-SourceCompanion-eefac4b3742458d912c661973c91f70cc0c551b8.tar.gz ODR-SourceCompanion-eefac4b3742458d912c661973c91f70cc0c551b8.tar.bz2 ODR-SourceCompanion-eefac4b3742458d912c661973c91f70cc0c551b8.zip | |
Add missing line in usage()
Diffstat (limited to 'src/odr-sourcecompanion.cpp')
| -rw-r--r-- | src/odr-sourcecompanion.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/odr-sourcecompanion.cpp b/src/odr-sourcecompanion.cpp index 4ddce24..e4198eb 100644 --- a/src/odr-sourcecompanion.cpp +++ b/src/odr-sourcecompanion.cpp @@ -95,6 +95,7 @@ void usage(const char* name) {      "                                          will be connected to all listed endpoints.\n"      "     -e, --edi=URI                        EDI output uri, (e.g. 'tcp://localhost:7000')\n"      "     -T, --timestamp-delay=DELAY_MS       Enabled timestamps in EDI (requires TAI clock bulletin download) and\n" +    "                                          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                      Set PAD size in bytes.\n"      "     -P, --pad-fifo=FILENAME              Set PAD data input fifo name" | 
