From d720ec34176cff8c26f785cfe0ee22bcba783136 Mon Sep 17 00:00:00 2001 From: strk Date: Tue, 24 Feb 2009 20:01:03 +0000 Subject: [PATCH] Improve help messages git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@269 3f6dc0c8-ddfe-455d-9043-3cd528dc4637 --- linphone/console/commands.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linphone/console/commands.c b/linphone/console/commands.c index 582d55619..de37fbd9c 100644 --- a/linphone/console/commands.c +++ b/linphone/console/commands.c @@ -140,13 +140,13 @@ LPC_COMMAND commands[] = { }, { "stun", lpc_cmd_stun, "Set stun server address", "'stun' : show stun settings.\n" - "'stun ' : set stun address.\n" + "'stun ' : set stun server address.\n" }, - { "firewall", lpc_cmd_firewall, "Set ", + { "firewall", lpc_cmd_firewall, "Set firewall policy", "'firewall' : show current firewall policy.\n" "'firewall none' : use direct connection.\n" "'firewall nat' : use nat address given with the 'nat' command.\n" - "'firewall stun' : use stun server given with the 'server' command.\n" + "'firewall stun' : use stun server given with the 'stun' command.\n" }, { "call-logs", lpc_cmd_call_logs, "Calls history", NULL },