git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10934 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Ken Rice 2008-12-23 22:01:01 +00:00
parent 9926414560
commit fc64e962ba

View File

@ -231,8 +231,6 @@ int main(int argc, char *argv[])
printf("password: %s\n", optarg);
esl_set_string(profile[0].pass, optarg);
break;
printf("profile: %s\n", optarg);
break;
case 'h':
case '?':
printf("%s [-H <host>] [-P <port>] [-s <secret>] [-p <port>]\n", argv[0]);