summaryrefslogtreecommitdiff
path: root/lib-src/emacsclient.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-02-15 16:59:19 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-02-15 16:59:19 +0000
commitd07529f330667fe1236b014dc08008da6c0d8ceb (patch)
tree7f9b0a0be32ddb630e272dc7f09aed2a14529f48 /lib-src/emacsclient.c
parent6ad18d45df7f687f3eb3c2d18862e1717430a2cc (diff)
downloademacs-d07529f330667fe1236b014dc08008da6c0d8ceb.tar.gz
(print_help_and_exit): Show -d option on Windows.
Diffstat (limited to 'lib-src/emacsclient.c')
-rw-r--r--lib-src/emacsclient.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c
index a39376be3fb..7c537eb8c4e 100644
--- a/lib-src/emacsclient.c
+++ b/lib-src/emacsclient.c
@@ -613,10 +613,8 @@ The following OPTIONS are accepted:\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"
-#ifndef WINDOWSNT
-"-d, --display=DISPLAY Visit the file in the given display\n"
-#endif
+-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 filename of the UNIX socket for communication\n"