summaryrefslogtreecommitdiffstats
path: root/vncviewer/vncviewer.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2019-03-26 10:29:29 +0100
committerPierre Ossman <ossman@cendio.se>2019-03-26 10:29:29 +0100
commit26cd3329413872647c288e4a0f237c70a342248b (patch)
tree309254a2dd89fefb749b6105991b026e87f9a1fc /vncviewer/vncviewer.cxx
parenteea92e2cfaa162462176c8b36d112954c8fee1e9 (diff)
downloadtigervnc-26cd3329413872647c288e4a0f237c70a342248b.tar.gz
tigervnc-26cd3329413872647c288e4a0f237c70a342248b.zip
Better document the argument for -geometry
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.
Diffstat (limited to 'vncviewer/vncviewer.cxx')
-rw-r--r--vncviewer/vncviewer.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx
index f9e58b90..d7cbd6e3 100644
--- a/vncviewer/vncviewer.cxx
+++ b/vncviewer/vncviewer.cxx
@@ -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"