comparison lib-src/emacsclient.c @ 103026:9265a8db20b3

* emacsclient.c (print_help_and_exit): Fix typo and tabify (careful spacing is required in the message output, as the comment suggests).
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 20 Apr 2009 03:19:19 +0000
parents fdccf299eae0
children 48d529d3a5a4
comparison
equal deleted inserted replaced
103025:fdccf299eae0 103026:9265a8db20b3
623 The following OPTIONS are accepted:\n\ 623 The following OPTIONS are accepted:\n\
624 -V, --version Just print version info and return\n\ 624 -V, --version Just print version info and return\n\
625 -H, --help Print this usage information message\n\ 625 -H, --help Print this usage information message\n\
626 -nw, -t, --tty Open a new Emacs frame on the current terminal\n\ 626 -nw, -t, --tty Open a new Emacs frame on the current terminal\n\
627 -c, --create-frame Create a new frame instead of trying to\n\ 627 -c, --create-frame Create a new frame instead of trying to\n\
628 use the current Emacs frame\n\ 628 use the current Emacs frame\n\
629 -e, --eval Evaluate the FILE arguments as ELisp expressions\n\ 629 -e, --eval Evaluate the FILE arguments as ELisp expressions\n\
630 -n, --no-wait Don't wait for the server to return\n\ 630 -n, --no-wait Don't wait for the server to return\n\
631 -d DISPLAY, --display=DISPLAY\n\ 631 -d DISPLAY, --display=DISPLAY\n\
632 Visit the file in the given display\n" 632 Visit the file in the given display\n"
633 #ifndef NO_SOCKETS_IN_FILE_SYSTEM 633 #ifndef NO_SOCKETS_IN_FILE_SYSTEM
634 "-s SOCKET, --socket-name=SOCKET\n\ 634 "-s SOCKET, --socket-name=SOCKET\n\
635 Set filename of the UNIX socket for communication\n" 635 Set filename of the UNIX socket for communication\n"
636 #endif 636 #endif
637 "-f SERVER, --server-file=SERVER\n\ 637 "-f SERVER, --server-file=SERVER\n\
638 Set filename of the TCP authentication file\n\ 638 Set filename of the TCP authentication file\n\
639 -a EDITOR, --alternate-editor=EDITOR\n\ 639 -a EDITOR, --alternate-editor=EDITOR\n\
640 Editor to fallback to if the server is not running.\n" 640 Editor to fallback to if the server is not running\n"
641 #ifndef WINDOWSNT 641 #ifndef WINDOWSNT
642 " If EDITOR is the empty string, start Emacs in daemon\n\ 642 " If EDITOR is the empty string, start Emacs in daemon\n\
643 mode and try connecting again\n" 643 mode and try connecting again\n"
644 #endif /* not WINDOWSNT */ 644 #endif /* not WINDOWSNT */
645 "\n\ 645 "\n\