git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10960 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Ken Rice 2008-12-26 19:25:36 +00:00
parent 5a8a9cf2f2
commit 4bfb153513
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ static int usage(char *name){
printf(" -H, --host=hostname Host to connect\n");
printf(" -P, --port=port Port to connect (1 - 65535)\n");
printf(" -p, --password=FILENAME Password\n");
printf(" -x, --execute=command Execute Command and exit (Work In Progress)\n");
printf(" -x, --execute=command Execute Command and Exit\n");
printf(" -d, --debug=level Debug Level (0 - 7)\n\n");
return 1;
}