summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--aggregartp.c4
-rw-r--r--desaggregartp.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/aggregartp.c b/aggregartp.c
index 070bbd9..533071b 100644
--- a/aggregartp.c
+++ b/aggregartp.c
@@ -59,10 +59,10 @@ static uint16_t i_rtp_cc = 0;
static void usage(void)
{
- msg_Raw( NULL, "Usage: aggregartp [-i <RT priority>] [-t <ttl>] [-w] [-s <SSRC IP>] [-U] [-m <mtu>] @<src host> <dest host 1>[,<weight 1>] ... [<dest host N>,<weight N>]" );
+ msg_Raw( NULL, "Usage: aggregartp [-i <RT priority>] [-t <ttl>] [-w] [-o <SSRC IP>] [-U] [-m <mtu>] @<src host> <dest host 1>[,<weight 1>] ... [<dest host N>,<weight N>]" );
msg_Raw( NULL, " host format: [<connect addr>[:<connect port>]][@[<bind addr][:<bind port>]]" );
msg_Raw( NULL, " -w: overwrite RTP timestamps" );
- msg_Raw( NULL, " -S: overwrite RTP SSRC" );
+ msg_Raw( NULL, " -o: overwrite RTP SSRC" );
msg_Raw( NULL, " -U: prepend RTP header" );
exit(EXIT_FAILURE);
}
diff --git a/desaggregartp.c b/desaggregartp.c
index 2e9027d..f78ac9e 100644
--- a/desaggregartp.c
+++ b/desaggregartp.c
@@ -67,7 +67,7 @@ static uint64_t i_buffer_length = DEFAULT_BUFFER_LENGTH * 27000;
static void usage(void)
{
- msg_Raw( NULL, "Usage: desaggregartp [-i <RT priority>] [-b <buffer length>] [-U] [-m <mtu>] <src host 1> ... [<src host N>] <dest host>" );
+ msg_Raw( NULL, "Usage: desaggregartp [-i <RT priority>] [-t <ttl>] [-b <buffer length>] [-U] [-m <mtu>] <src host 1> ... [<src host N>] <dest host>" );
msg_Raw( NULL, " host format: [<connect addr>[:<connect port>]][@[<bind addr][:<bind port>]]" );
msg_Raw( NULL, " -U: strip RTP header" );
msg_Raw( NULL, " -b: buffer length in ms" );