summaryrefslogtreecommitdiffstats
path: root/aggregartp.c
diff options
context:
space:
mode:
Diffstat (limited to 'aggregartp.c')
-rw-r--r--aggregartp.c4
1 files changed, 2 insertions, 2 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);
}