diff options
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index c23112c..1289a42 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -144,7 +144,7 @@ void print_help(int mode) { #if X11VNC_IPV6 "-6 IPv6 listening support. In addition to IPv4, the\n" " IPv6 address is listened on for incoming connections.\n" -" The same port as IPv4 is used.\n" +" The same port number as IPv4 is used.\n" "\n" #if X11VNC_LISTEN6 " NOTE: This x11vnc binary was compiled to have the\n" @@ -5131,6 +5131,7 @@ void print_help(int mode) { " pointer_y print XQueryPointer y cursor position.\n" " pointer_same print XQueryPointer ptr on same screen.\n" " pointer_root print XQueryPointer curr ptr rootwin.\n" +" pointer_mask print XQueryPointer button and mods mask\n" " mouse_x print x11vnc's idea of cursor position.\n" " mouse_y print x11vnc's idea of cursor position.\n" " noop do nothing.\n" @@ -5440,9 +5441,11 @@ void print_help(int mode) { " ext_xrecord ext_xkb ext_xshm ext_xinerama ext_overlay\n" " ext_xfixes ext_xdamage ext_xrandr rootwin num_buttons\n" " button_mask mouse_x mouse_y grab_state pointer_pos\n" -" pointer_x pointer_y pointer_same pointer_root bpp depth\n" -" indexed_color dpy_x dpy_y wdpy_x wdpy_y off_x off_y\n" -" cdpy_x cdpy_y coff_x coff_y rfbauth passwd viewpasswd\n" +" pointer_x pointer_y pointer_same pointer_root\n" +" pointer_mask bpp depth indexed_color dpy_x dpy_y wdpy_x\n" +" wdpy_y off_x off_y cdpy_x cdpy_y coff_x coff_y rfbauth\n" +" passwd viewpasswd\n" +"\n" "-QD variable Just like -query variable, but returns the default\n" " value for that parameter (no running x11vnc server\n" " is consulted)\n" |