From 121a49cc4dfa08c97e5c185b4e386c602f3781f5 Mon Sep 17 00:00:00 2001 From: nils-ohlmeier Date: Tue, 19 Dec 2006 12:17:01 +0000 Subject: [PATCH] improved help output message git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@428 75b5f7c7-cfd4-0310-b54c-e118b2c5249a (cherry picked from commit 96fedafa80954e83486a90945697f5721f388b91) (cherry picked from commit 5901f69a51ce42540aa0c5f2128eb3c5cdf66b2a) --- sipsak.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sipsak.c b/sipsak.c index 39401cb..372e341 100644 --- a/sipsak.c +++ b/sipsak.c @@ -152,7 +152,7 @@ void print_long_help() { " --symmetric send and received on the same port\n" " --from=SIPURI use the given uri as From in MESSAGE\n" " --timeout-factor=NUMBER timeout multiplier for INVITE transactions\n" - " and reliable transports (default: 64)\n" + " on non-reliable transports (default: 64)\n" " --transport=STRING specify transport to be used\n" " --headers=STRING adds additional headers to the request\n" " --authhash=STRING ha1 hash for authentication instead of password\n" @@ -224,7 +224,7 @@ void print_help() { " -S use same port for receiving and sending\n" " -c SIPURI use the given uri as From in MESSAGE\n" " -D NUMBER timeout multiplier for INVITE transactions\n" - " and reliable transports (default: 64)\n" + " on non-reliable transports (default: 64)\n" " -E STRING specify transport to be used\n" " -j STRING adds additional headers to the request\n" " -J STRING ha1 hash for authentication instead of password\n"