(print_help_and_exit): Tweak message contents and tabs/spaces

to improve alignment in message boxes.
This commit is contained in:
Juanma Barranquero 2006-11-23 01:51:38 +00:00
parent 53e842f162
commit 30aa95cea6
2 changed files with 14 additions and 8 deletions

View file

@ -1,3 +1,8 @@
2006-11-23 Juanma Barranquero <lekktu@gmail.com>
* emacsclient.c (print_help_and_exit): Tweak message contents and
tabs/spaces to improve alignment in message boxes.
2006-11-22 Lennart Borgman <lennart.borgman.073@student.lu.se> 2006-11-22 Lennart Borgman <lennart.borgman.073@student.lu.se>
* emacsclient.c: Include <stdarg.h>. * emacsclient.c: Include <stdarg.h>.

View file

@ -278,19 +278,20 @@ Tell the Emacs server to visit the specified files.\n\
Every FILE can be either just a FILENAME or [+LINE[:COLUMN]] FILENAME.\n\ Every FILE can be either just a FILENAME or [+LINE[:COLUMN]] FILENAME.\n\
\n\ \n\
The following OPTIONS are accepted:\n\ The following OPTIONS are accepted:\n\
-V, --version Just print a version info and return\n\ \n\
-H, --help Print this usage information message\n\ -V, --version Just print version info and return\n\
-n, --no-wait Don't wait for the server to return\n\ -H, --help Print this usage information message\n\
-e, --eval Evaluate the FILE arguments as ELisp expressions\n\ -e, --eval Evaluate FILE arguments as Lisp expressions\n\
-d, --display=DISPLAY Visit the file in the given display\n" -n, --no-wait Don't wait for the server to return\n\
-d, --display=DISPLAY Visit the file in the given display\n"
#ifndef NO_SOCKETS_IN_FILE_SYSTEM #ifndef NO_SOCKETS_IN_FILE_SYSTEM
"-s, --socket-name=FILENAME\n\ "-s, --socket-name=FILENAME\n\
Set the filename of the UNIX socket for communication\n" Set filename of the UNIX socket for communication\n"
#endif #endif
"-f, --server-file=FILENAME\n\ "-f, --server-file=FILENAME\n\
Set the filename of the TCP configuration file\n\ Set filename of the TCP authentication file\n\
-a, --alternate-editor=EDITOR\n\ -a, --alternate-editor=EDITOR\n\
Editor to fallback to if the server is not running\n\ Editor to fallback to if server is not running\n\
\n\ \n\
Report bugs to bug-gnu-emacs@gnu.org.\n", progname); Report bugs to bug-gnu-emacs@gnu.org.\n", progname);
exit (EXIT_SUCCESS); exit (EXIT_SUCCESS);