From 92837ea4bb9224b6870f8aec4c2f02b63e16c7ac Mon Sep 17 00:00:00 2001 From: ivoire Date: Mon, 23 Aug 2010 21:40:23 +0000 Subject: Fix typos. git-svn-id: svn://svn.videolan.org/multicat/trunk@14 271ca591-50e6-457e-a4d7-9fbfa1de8f49 --- aggregartp.c | 4 ++-- desaggregartp.c | 2 +- 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 ] [-t ] [-w] [-s ] [-U] [-m ] @ [,] ... [,]" ); + msg_Raw( NULL, "Usage: aggregartp [-i ] [-t ] [-w] [-o ] [-U] [-m ] @ [,] ... [,]" ); msg_Raw( NULL, " host format: [[:]][@[]]" ); 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 ] [-b ] [-U] [-m ] ... [] " ); + msg_Raw( NULL, "Usage: desaggregartp [-i ] [-t ] [-b ] [-U] [-m ] ... [] " ); msg_Raw( NULL, " host format: [[:]][@[]]" ); msg_Raw( NULL, " -U: strip RTP header" ); msg_Raw( NULL, " -b: buffer length in ms" ); -- cgit v1.2.3