diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-10-09 09:46:55 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-10-09 09:46:55 +0000 |
commit | c4b858e380343179d6b0bc1975db67879ba6cc2f (patch) | |
tree | 164d3e18c59e622c8152527775cd25ca642b3587 /lib-src/emacsclient.c | |
parent | d187194322a5cc1cb2fb1eee60de8f7384f4aa04 (diff) | |
download | emacs-c4b858e380343179d6b0bc1975db67879ba6cc2f.tar.gz |
(print_help_and_exit): Fix space to improve alignment in output messages.
Diffstat (limited to 'lib-src/emacsclient.c')
-rw-r--r-- | lib-src/emacsclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 02b70a39802..bfa4f9c01d7 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -498,7 +498,7 @@ The following OPTIONS are accepted:\n\ -V, --version Just print version info and return\n\ -H, --help Print this usage information message\n\ -t, --tty Open a new Emacs frame on the current terminal\n\ --c, --create-frame Create a new frame instead of trying to\n\ +-c, --create-frame Create a new frame instead of trying to\n\ use the current Emacs frame\n\ -e, --eval Evaluate the FILE arguments as ELisp expressions\n\ -n, --no-wait Don't wait for the server to return\n\ |