Home | History | Annotate | Download | only in libvncserver

Lines Matching full:stderr

24     fprintf(stderr, "-rfbport port          TCP port for RFB protocol\n");
26 fprintf(stderr, "-rfbportv6 port TCP6 port for RFB protocol\n");
28 fprintf(stderr, "-rfbwait time max time in ms to wait for RFB client\n");
29 fprintf(stderr, "-rfbauth passwd-file use authentication on RFB protocol\n"
31 fprintf(stderr, "-rfbversion 3.x Set the version of the RFB we choose to advertise\n");
32 fprintf(stderr, "-permitfiletransfer permit file transfer support\n");
33 fprintf(stderr, "-passwd plain-password use authentication \n"
35 fprintf(stderr, "-deferupdate time time in ms to defer updates "
37 fprintf(stderr, "-deferptrupdate time time in ms to defer pointer updates"
39 fprintf(stderr, "-desktop name VNC desktop name (default \"LibVNCServer\")\n");
40 fprintf(stderr, "-alwaysshared always treat new clients as shared\n");
41 fprintf(stderr, "-nevershared never treat new clients as shared\n");
42 fprintf(stderr, "-dontdisconnect don't disconnect existing clients when a "
46 fprintf(stderr, "-httpdir dir-path enable http server using dir-path home\n");
47 fprintf(stderr, "-httpport portnum use portnum for http connection\n");
49 fprintf(stderr, "-httpportv6 portnum use portnum for IPv6 http connection\n");
51 fprintf(stderr, "-enablehttpproxy enable http proxy support\n");
52 fprintf(stderr, "-progressive height enable progressive updating for slow links\n");
53 fprintf(stderr, "-listen ipaddr listen for connections only on network interface with\n");
54 fprintf(stderr, " addr ipaddr. '-listen localhost' and hostname work too.\n");
56 fprintf(stderr, "-listenv6 ipv6addr listen for IPv6 connections only on network interface with\n");
57 fprintf(stderr, " addr ipv6addr. '-listen localhost' and hostname work too.\n");