diff lib-src/emacsclient.c @ 25399:307d2eb37259

(decode_options): Update version output. (print_help_and_exit): Update bug report address.
author Karl Heuer <kwzh@gnu.org>
date Wed, 25 Aug 1999 16:19:01 +0000
parents 89be69860eeb
children 8241db1fbb26
line wrap: on
line diff
--- a/lib-src/emacsclient.c	Wed Aug 25 16:15:29 1999 +0000
+++ b/lib-src/emacsclient.c	Wed Aug 25 16:19:01 1999 +0000
@@ -90,7 +90,7 @@
 	  break;
 
 	case 'V':
-	  fprintf (stderr, "Version %s\n", VERSION);
+	  fprintf (stderr, "emacsclient %s\n", VERSION);
 	  exit (1);
 	  break;
 
@@ -108,7 +108,7 @@
 	   "Usage: %s [-n] [--no-wait] [+LINENUMBER] FILENAME\n",
 	   progname);
   fprintf (stderr,
-	   "Report bugs to bug-gnu-emacs@prep.ai.mit.edu.\n");
+	   "Report bugs to bug-gnu-emacs@gnu.org.\n");
   exit (1);
 }