"pa_dtmf" -> "pa dtmf" in api help text.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4007 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2007-01-20 00:22:43 +00:00
parent 465456e3ee
commit 788279608b
1 changed files with 1 additions and 1 deletions

View File

@ -1623,7 +1623,7 @@ static switch_status_t pa_cmd(char *cmd, switch_core_session_t *isession, switch
"pa hangup [<call_id>]\n"
"pa list\n"
"pa switch [<call_id>|none]\n"
"pa_dtmf <digit string>\n"
"pa dtmf <digit string>\n"
"--------------------------------------------------------------------------------\n";
if (switch_strlen_zero(cmd)) {