(print_help_and_exit): Mention --version.
This commit is contained in:
parent
13776bf8e8
commit
4852ed0e72
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue