Fixed the example

git-svn-id: svn://192.168.202.10@916 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mikec
2008-07-09 16:03:32 +00:00
parent d8e27cfc0f
commit a309c7da43
+1 -1
View File
@@ -11,7 +11,7 @@ my $cid_num = shift;
# check if they typed --help
if (($phone_number eq "--help") || ($exten eq "--help") || ($cid_name eq "--help") || ( $cid_num eq "--help")) {
print "useage: test_call.pl phone_number extension caller_id_name caller_id_number\n";
print "example: test_call.pl 97275551212 600 test 7775551212\n";
print "example: test_call.pl 917275551212 600 test 7775551212\n";
exit;
}