diff --git a/src/hd-rum-translator/hd-rum-translator.cpp b/src/hd-rum-translator/hd-rum-translator.cpp index 6d7460d52..309acf553 100644 --- a/src/hd-rum-translator/hd-rum-translator.cpp +++ b/src/hd-rum-translator/hd-rum-translator.cpp @@ -530,23 +530,23 @@ static void usage(const char *progname) { "8M for uncompressed video\n" << SBOLD("\tport") << " - UDP port number\n"; col() << SUNDERLINE("global_opts") << " may be:\n" - << SBOLD("\t--control-port [:0|:1]") + << SBOLD("\t--control-port|-n [:0|:1]") << " - control port to connect to, optionally client/server " "(default)\n" - << SBOLD("\t--blend") + << SBOLD("\t--blend|-B") << " - enable blending from original to newly received stream, " "increases latency\n" - << SBOLD("\t--server ") + << SBOLD("\t--server|-S ") << " - enable server mode for clients to connect on specified " "port\n" - << SBOLD("\t--conference :[:fps]") + << SBOLD("\t--conference|-r :[:fps]") << " - enable combining of multiple inputs, increases latency\n" - << SBOLD("\t--conference-compression ") + << SBOLD("\t--conference-compression|-R ") << " - compression for conference participants\n" - << SBOLD("\t--capture-filter ") + << SBOLD("\t--capture-filter|-F ") << " - apply video capture filter to incoming video\n" - << SBOLD("\t--param") << " - additional parameters\n" - << SBOLD("\t--help\n") << SBOLD("\t--verbose\n") << SBOLD("\t-v") + << SBOLD("\t--param|-m") << " - additional parameters\n" + << SBOLD("\t--help|-h\n") << SBOLD("\t--verbose|-V\n") << SBOLD("\t-v") << " - print version\n"; col() << "and " << SUNDERLINE("hostX_options") << " may be:\n" << SBOLD("\t-P [:]")