changeset 74127:46dc2e041725

(print_help_and_exit): Tweak message contents and tabs/spaces to improve alignment in message boxes.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 23 Nov 2006 01:50:59 +0000
parents 681d59f945bb
children 199e75942d3f
files lib-src/emacsclient.c
diffstat 1 files changed, 9 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/emacsclient.c	Wed Nov 22 17:15:21 2006 +0000
+++ b/lib-src/emacsclient.c	Thu Nov 23 01:50:59 2006 +0000
@@ -278,19 +278,20 @@
 Every FILE can be either just a FILENAME or [+LINE[:COLUMN]] FILENAME.\n\
 \n\
 The following OPTIONS are accepted:\n\
--V, --version           Just print a version info and return\n\
--H, --help              Print this usage information message\n\
--n, --no-wait           Don't wait for the server to return\n\
--e, --eval              Evaluate the FILE arguments as ELisp expressions\n\
--d, --display=DISPLAY   Visit the file in the given display\n"
+\n\
+-V, --version		Just print version info and return\n\
+-H, --help   		Print this usage information message\n\
+-e, --eval   		Evaluate FILE arguments as Lisp expressions\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
 "-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
 "-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\
-                        Editor to fallback to if the server is not running\n\
+			Editor to fallback to if server is not running\n\
 \n\
 Report bugs to bug-gnu-emacs@gnu.org.\n", progname);
   exit (EXIT_SUCCESS);