From 0342f93b68fb9824ce304af365ac8ce05c2e8a69 Mon Sep 17 00:00:00 2001 From: Larry Masinter Date: Sat, 10 Oct 2020 06:31:22 -0700 Subject: [PATCH] suggested replacement was better. --- src/xrdopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrdopt.c b/src/xrdopt.c index 4f73250..ddb7853 100644 --- a/src/xrdopt.c +++ b/src/xrdopt.c @@ -136,7 +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 \n\n"); + fprintf(stderr, "Please refer to the manual for further information.\n\n"); exit(0); } /* end print_Xusage() */