From 234a96bb56ad810294ecfedc21235001585339e3 Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Thu, 28 Sep 2006 14:13:17 +0300 Subject: [PATCH] Fixed help usage of stunc tool. darcs-hash:20060928111317-7659e-536e52039d696baad2d2cc90596b6b23561107f7.gz --- libsofia-sip-ua/stun/stunc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsofia-sip-ua/stun/stunc.c b/libsofia-sip-ua/stun/stunc.c index ef32449a..af0b603a 100644 --- a/libsofia-sip-ua/stun/stunc.c +++ b/libsofia-sip-ua/stun/stunc.c @@ -162,7 +162,7 @@ void usage(char *name) " -b\tmake a binding request\n" " -l\tperform NAT lifetime check\n" " -n\tperform NAT type check\n" - " -r\trandomize the local port", + " -r\trandomize the local port\n", " -s\trequest shared-secret over TLS (combined with -[bln])\n" SOFIA_SIP_NAME_VERSION, name); exit(1); -- 2.21.0