(decode_options): Update version output.
authorKarl Heuer <kwzh@gnu.org>
Wed, 25 Aug 1999 16:19:01 +0000 (16:19 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 25 Aug 1999 16:19:01 +0000 (16:19 +0000)
(print_help_and_exit): Update bug report address.

lib-src/emacsclient.c

index 0e88e2e..a7b25e8 100644 (file)
@@ -90,7 +90,7 @@ decode_options (argc, argv)
          break;
 
        case 'V':
-         fprintf (stderr, "Version %s\n", VERSION);
+         fprintf (stderr, "emacsclient %s\n", VERSION);
          exit (1);
          break;
 
@@ -108,7 +108,7 @@ print_help_and_exit ()
           "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);
 }