From 192c3510073bf992affc17dcae6638369cc3c52d Mon Sep 17 00:00:00 2001 From: Larry Masinter Date: Sat, 10 Oct 2020 06:16:11 -0700 Subject: [PATCH] fix #43 use of support phone numberes --- src/xrdopt.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/xrdopt.c b/src/xrdopt.c index 5e511c6..4f73250 100644 --- a/src/xrdopt.c +++ b/src/xrdopt.c @@ -136,8 +136,7 @@ void print_Xusage(char *prog) fprintf(stderr, " -iconbitmap | -ibm -bitmap for the medley icon\n"); fprintf(stderr, " -xsync -turn XSyncronize on. (default is off)\n\n"); - fprintf(stderr, "If you have any further questions, please refer to the manual or\n"); - fprintf(stderr, "call our tech support at (800)228-5325 or (510)763-0516.\n\n"); + fprintf(stderr, "If you have any further questions, please refer to the manual \n\n"); exit(0); } /* end print_Xusage() */