diff options
author | runge <runge> | 2007-03-13 23:06:38 +0000 |
---|---|---|
committer | runge <runge> | 2007-03-13 23:06:38 +0000 |
commit | 15f792bc2185d9317b0a35855b15759520877ee9 (patch) | |
tree | 0435ffea43b1208ba1b53fba92f503e2d7a950f1 /x11vnc/help.c | |
parent | 0d4870c0a0da2680d60cd2b91b0541af2558d640 (diff) | |
download | libtdevnc-15f792bc2185d9317b0a35855b15759520877ee9.tar.gz libtdevnc-15f792bc2185d9317b0a35855b15759520877ee9.zip |
x11vnc: fix crash for kde dcop. limit ncache beta tester to 96MB viewers.
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index 6fdc991..0cb7beb 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -115,11 +115,14 @@ void print_help(int mode) { " etc, although they will be clipped if they extend beyond\n" " the window.\n" "-clip WxH+X+Y Only show the sub-region of the full display that\n" -" corresponds to the rectangle with size WxH and offset\n" -" +X+Y. The VNC display has size WxH (i.e. smaller than\n" -" the full display). This also works for -id/-sid mode\n" -" where the offset is relative to the upper left corner\n" -" of the selected window.\n" +" corresponds to the rectangle geometry with size WxH and\n" +" offset +X+Y. The VNC display has size WxH (i.e. smaller\n" +" than the full display). This also works for -id/-sid\n" +" mode where the offset is relative to the upper left\n" +" corner of the selected window. An example use of this\n" +" option would be to split a large (e.g. Xinerama) display\n" +" into two parts to be accessed via separate viewers by\n" +" running a separate x11vnc on each part.\n" "\n" "-flashcmap In 8bpp indexed color, let the installed colormap flash\n" " as the pointer moves from window to window (slow).\n" @@ -354,9 +357,8 @@ void print_help(int mode) { " per-client viewonly state the filetransfer permissions\n" " will NOT change.\n" "\n" -"-ultrafilexfer Note, to *enable* UltraVNC filetransfer (currently\n" -" disabled by default, this may change...) and to get it\n" -" to work you probably need to supply these libvncserver\n" +"-ultrafilexfer Note: to enable UltraVNC filetransfer and to get it to\n" +" work you probably need to supply these libvncserver\n" " options: \"-rfbversion 3.6 -permitfiletransfer\"\n" " \"-ultrafilexfer\" is an alias for this combination.\n" "\n" |