diff --git a/client/X11/xfreerdp.1.xml b/client/X11/xfreerdp.1.xml index 39e89e3a2..21bbb54d1 100644 --- a/client/X11/xfreerdp.1.xml +++ b/client/X11/xfreerdp.1.xml @@ -137,14 +137,6 @@ - - -m - - - Don't send mouse motion events. - - - -n hostname @@ -298,6 +290,14 @@ + + --no-motion + + + Don't send mouse motion events. + + + --gdi diff --git a/libfreerdp-utils/args.c b/libfreerdp-utils/args.c index 901eb66c8..e365ab1f0 100644 --- a/libfreerdp-utils/args.c +++ b/libfreerdp-utils/args.c @@ -69,7 +69,6 @@ int freerdp_parse_args(rdpSettings* settings, int argc, char** argv, " -h: print this help\n" " -k: set keyboard layout ID\n" " -K: do not interfere with window manager bindings\n" - " -m: don't send mouse motion events\n" " -n: hostname\n" " -o: console audio\n" " -p: password\n" @@ -83,6 +82,7 @@ int freerdp_parse_args(rdpSettings* settings, int argc, char** argv, " --ext: load an extension\n" " --no-auth: disable authentication\n" " --no-fastpath: disable fast-path\n" + " --no-motion: don't send mouse motion events\n" " --gdi: graphics rendering (hw, sw)\n" " --no-osb: disable offscreen bitmaps\n" " --no-bmp-cache: disable bitmap cache\n"