Skip to content

Commit

Permalink
Merge pull request #422 from pjd/fixes
Browse files Browse the repository at this point in the history
Document --no-motion, remove -m.
  • Loading branch information
awakecoding committed Feb 12, 2012
2 parents f4c77a7 + 0c16b2b commit f4a387b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions client/X11/xfreerdp.1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,14 +137,6 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>-m</term>
<listitem>
<para>
Don't send mouse motion events.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>-n <replaceable class="parameter">hostname</replaceable></term>
<listitem>
Expand Down Expand Up @@ -298,6 +290,14 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--no-motion</term>
<listitem>
<para>
Don't send mouse motion events.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>--gdi</term>
<listitem>
Expand Down
2 changes: 1 addition & 1 deletion libfreerdp-utils/args.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit f4a387b

Please sign in to comment.