27 lines
1.3 KiB
Diff
27 lines
1.3 KiB
Diff
diff -up tigervnc-1.4.2/unix/vncserver.manpages tigervnc-1.4.2/unix/vncserver
|
|
--- tigervnc-1.4.2/unix/vncserver.manpages 2015-02-12 19:39:32.253788841 +0000
|
|
+++ tigervnc-1.4.2/unix/vncserver 2015-02-12 19:39:32.326789294 +0000
|
|
@@ -551,6 +551,7 @@ sub Usage
|
|
" [-geometry <width>x<height>]\n".
|
|
" [-pixelformat rgbNNN|bgrNNN]\n".
|
|
" [-fp <font-path>]\n".
|
|
+ " [-cc <visual>]\n".
|
|
" [-fg]\n".
|
|
" [-autokill]\n".
|
|
" <Xvnc-options>...\n\n".
|
|
diff -up tigervnc-1.4.2/vncviewer/vncviewer.cxx.manpages tigervnc-1.4.2/vncviewer/vncviewer.cxx
|
|
--- tigervnc-1.4.2/vncviewer/vncviewer.cxx.manpages 2015-01-23 23:37:23.000000000 +0000
|
|
+++ tigervnc-1.4.2/vncviewer/vncviewer.cxx 2015-02-12 19:39:32.327789300 +0000
|
|
@@ -265,6 +265,11 @@ static void usage(const char *programNam
|
|
" %s [parameters] -listen [port] [parameters]\n",
|
|
programName, programName);
|
|
fprintf(stderr,"\n"
|
|
+ "Options:\n\n"
|
|
+ " -display Xdisplay - Specifies the X display for the viewer window\n"
|
|
+ " -geometry geometry - Standard X position and sizing specification.\n");
|
|
+
|
|
+ fprintf(stderr,"\n"
|
|
"Parameters can be turned on with -<param> or off with -<param>=0\n"
|
|
"Parameters which take a value can be specified as "
|
|
"-<param> <value>\n"
|