1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(decode_options): Update version output.

(print_help_and_exit): Update bug report address.
This commit is contained in:
Karl Heuer 1999-08-25 16:19:01 +00:00
parent bc597cc7be
commit b4e94f425f

View 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);
}