comparison lib-src/emacsclient.c @ 91852:e05f6258e35f

(print_help_and_exit): Show -d option on Windows.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 15 Feb 2008 16:58:59 +0000
parents cb25fa691429
children 098ab8b8e2cb
comparison
equal deleted inserted replaced
91851:59ebf26b96e4 91852:e05f6258e35f
611 -H, --help Print this usage information message\n\ 611 -H, --help Print this usage information message\n\
612 -t, --tty Open a new Emacs frame on the current terminal\n\ 612 -t, --tty Open a new Emacs frame on the current terminal\n\
613 -c, --create-frame Create a new frame instead of trying to\n\ 613 -c, --create-frame Create a new frame instead of trying to\n\
614 use the current Emacs frame\n\ 614 use the current Emacs frame\n\
615 -e, --eval Evaluate the FILE arguments as ELisp expressions\n\ 615 -e, --eval Evaluate the FILE arguments as ELisp expressions\n\
616 -n, --no-wait Don't wait for the server to return\n" 616 -n, --no-wait Don't wait for the server to return\n\
617 #ifndef WINDOWSNT 617 -d, --display=DISPLAY Visit the file in the given display\n"
618 "-d, --display=DISPLAY Visit the file in the given display\n"
619 #endif
620 #ifndef NO_SOCKETS_IN_FILE_SYSTEM 618 #ifndef NO_SOCKETS_IN_FILE_SYSTEM
621 "-s, --socket-name=FILENAME\n\ 619 "-s, --socket-name=FILENAME\n\
622 Set filename of the UNIX socket for communication\n" 620 Set filename of the UNIX socket for communication\n"
623 #endif 621 #endif
624 "-f, --server-file=FILENAME\n\ 622 "-f, --server-file=FILENAME\n\