Mercurial > hg > xemacs-beta
comparison lib-src/gnuclient.c @ 181:bfd6434d15b3 r20-3b17
Import from CVS: tag r20-3b17
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:53:19 +0200 |
parents | 8eaf7971accc |
children | 11cf20601dec |
comparison
equal
deleted
inserted
replaced
180:add28d59e586 | 181:bfd6434d15b3 |
---|---|
404 | 404 |
405 if (errflg) | 405 if (errflg) |
406 { | 406 { |
407 fprintf (stderr, | 407 fprintf (stderr, |
408 #ifdef INTERNET_DOMAIN_SOCKETS | 408 #ifdef INTERNET_DOMAIN_SOCKETS |
409 "usage: %s [-nw] [-q] [-v] [-l library] [-f function] [-eval expr]\n" | 409 "usage: %s [-nw] [-display display] [-q] [-v] [-l library]\n" |
410 " [-h host] [-p port] [-r file-name] [[+line] file] ...\n", | 410 " [-batch] [-f function] [-eval form]\n" |
411 " [-h host] [-p port] [-r remote-path] [[+line] file] ...\n", | |
411 #else /* !INTERNET_DOMAIN_SOCKETS */ | 412 #else /* !INTERNET_DOMAIN_SOCKETS */ |
412 "usage: %s [-nw] [-q] [-v] [-l library] [-f function] [-eval expr] " | 413 "usage: %s [-nw] [-q] [-v] [-l library] [-f function] [-eval form] " |
413 "[[+line] path] ...\n", | 414 "[[+line] path] ...\n", |
414 #endif /* !INTERNET_DOMAIN_SOCKETS */ | 415 #endif /* !INTERNET_DOMAIN_SOCKETS */ |
415 progname); | 416 progname); |
416 exit (1); | 417 exit (1); |
417 } | 418 } |