]> source.dussan.org Git - tigervnc.git/commitdiff
Better document the argument for -geometry
authorPierre Ossman <ossman@cendio.se>
Tue, 26 Mar 2019 09:29:29 +0000 (10:29 +0100)
committerPierre Ossman <ossman@cendio.se>
Tue, 26 Mar 2019 09:29:29 +0000 (10:29 +0100)
It's not common knowledge these days how X geometry is specified, and
even the man page X(7) is missing on many systems now.

vncviewer/vncviewer.cxx
vncviewer/vncviewer.man

index f9e58b90feee495bfff42958cf639d51bc07c622..d7cbd6e3683e82ed7245ce0381d43c37bf37363e 100644 (file)
@@ -366,7 +366,8 @@ static void usage(const char *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");
+          "  -geometry geometry - Initial position of the main VNC viewer window. See the\n"
+          "                       man page for details.\n");
 #endif
 
   fprintf(stderr,"\n"
index 8762dfbd2b64f12d1ad5953b163ba71e9a3af390..ebfe77257adb54b397067252a13c4ac705858af7 100644 (file)
@@ -119,7 +119,11 @@ Specifies the X display on which the VNC viewer window should appear.
 .
 .TP
 .B \-geometry \fIgeometry\fP
-Standard X position and sizing specification.
+Initial position of the main VNC viewer window. The format is
+.B \fIwidth\fPx\fIheight\fP+\fIxoffset\fP+\fIyoffset\fP
+, where `+' signs can be replaced with `\-' signs to specify offsets from the
+right and/or from the bottom of the screen.  Offsets are optional and the
+window will be placed by the window manager by default.
 .
 .TP
 .B \-listen \fI[port]\fP