diff options
author | Richard M. Stallman <rms@gnu.org> | 1999-08-29 19:30:53 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1999-08-29 19:30:53 +0000 |
commit | 4852ed0e721d02790ec7864aeee85f6d5a28d03d (patch) | |
tree | b5c3a2620d9e1ebeed369d0e11cbe7e2beda7914 /lib-src | |
parent | 13776bf8e8b8e5fb8cf9f5037f7bfd2abac26dc7 (diff) | |
download | emacs-4852ed0e721d02790ec7864aeee85f6d5a28d03d.tar.gz |
(print_help_and_exit): Mention --version.
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/emacsclient.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index a7b25e8942c..a08eab6ec0b 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -108,6 +108,9 @@ print_help_and_exit () "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); } |