(decode_options): Update version output.
(print_help_and_exit): Update bug report address.
This commit is contained in:
parent
bc597cc7be
commit
b4e94f425f
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ decode_options (argc, argv)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'V':
|
case 'V':
|
||||||
fprintf (stderr, "Version %s\n", VERSION);
|
fprintf (stderr, "emacsclient %s\n", VERSION);
|
||||||
exit (1);
|
exit (1);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ print_help_and_exit ()
|
||||||
"Usage: %s [-n] [--no-wait] [+LINENUMBER] FILENAME\n",
|
"Usage: %s [-n] [--no-wait] [+LINENUMBER] FILENAME\n",
|
||||||
progname);
|
progname);
|
||||||
fprintf (stderr,
|
fprintf (stderr,
|
||||||
"Report bugs to bug-gnu-emacs@prep.ai.mit.edu.\n");
|
"Report bugs to bug-gnu-emacs@gnu.org.\n");
|
||||||
exit (1);
|
exit (1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue