Changeset 266:ce389a286464 in mediastreamer2 for linphone/console/commands.c


Ignore:
Timestamp:
Feb 24, 2009 9:01:03 PM (4 years ago)
Author:
strk <strk@…>
Branch:
default
Message:

Improve help messages

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@269 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

File:
1 edited

Legend:

Unmodified
Added
Removed
  • linphone/console/commands.c

    r260 r266  
    141141        { "stun", lpc_cmd_stun, "Set stun server address", 
    142142                "'stun'        : show stun settings.\n" 
    143                 "'stun <addr>' : set stun address.\n" 
     143                "'stun <addr>' : set stun server address.\n" 
    144144        }, 
    145         { "firewall", lpc_cmd_firewall, "Set ", 
     145        { "firewall", lpc_cmd_firewall, "Set firewall policy", 
    146146                "'firewall'        : show current firewall policy.\n" 
    147147                "'firewall none'   : use direct connection.\n" 
    148148                "'firewall nat'    : use nat address given with the 'nat' command.\n" 
    149                 "'firewall stun'   : use stun server given with the 'server' command.\n" 
     149                "'firewall stun'   : use stun server given with the 'stun' command.\n" 
    150150        }, 
    151151        { "call-logs", lpc_cmd_call_logs, "Calls history", 
Note: See TracChangeset for help on using the changeset viewer.