(print_help_and_exit): Mention --version.

This commit is contained in:
Richard M. Stallman 1999-08-29 19:30:53 +00:00
parent 13776bf8e8
commit 4852ed0e72

View file

@ -107,6 +107,9 @@ print_help_and_exit ()
fprintf (stderr,
"Usage: %s [-n] [--no-wait] [+LINENUMBER] FILENAME\n",
progname);
fprintf (stderr,
"Or %s --version\n",
progname);
fprintf (stderr,
"Report bugs to bug-gnu-emacs@gnu.org.\n");
exit (1);