(print_help_and_exit): Fix space to improve alignment in output messages.
This commit is contained in:
parent
d187194322
commit
c4b858e380
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-10-09 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* emacsclient.c (print_help_and_exit): Fix space to improve
|
||||
alignment in output messages.
|
||||
|
||||
2007-09-27 Jason Rumney <jasonr@gnu.org>
|
||||
|
||||
* makefile.w32-in (emacsclient, emacsclientw): Link to COMCTL32.
|
||||
|
|
|
@ -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\
|
||||
|
|
Loading…
Add table
Reference in a new issue