1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-17 19:30:38 -08:00

(print_help_and_exit): Show -d option on Windows.

This commit is contained in:
Juanma Barranquero 2008-02-15 16:59:19 +00:00
parent 6ad18d45df
commit d07529f330
2 changed files with 15 additions and 13 deletions

View file

@ -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"