Commit 536c849f authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

manpage and usage output: add -irlimit

Fixes ArcticaProject/nx-libs#796
parent 70d4f911
...@@ -2135,6 +2135,7 @@ void ddxUseMsg(void) ...@@ -2135,6 +2135,7 @@ void ddxUseMsg(void)
ErrorF("-nokbreset don't reset keyboard device if the session is resumed\n"); ErrorF("-nokbreset don't reset keyboard device if the session is resumed\n");
ErrorF("-noxkblock always allow applications to change layout through XKEYBOARD\n"); ErrorF("-noxkblock always allow applications to change layout through XKEYBOARD\n");
ErrorF("-autograb enable autograb\n"); ErrorF("-autograb enable autograb\n");
ErrorF("-irlimit maximum image data rate to the encoder input in kB/s.\n");
ErrorF("-tile WxH maximum size of image tiles (minimum allowed: 32x32)\n"); ErrorF("-tile WxH maximum size of image tiles (minimum allowed: 32x32)\n");
ErrorF("-keystrokefile file file with keyboard shortcut definitions\n"); ErrorF("-keystrokefile file file with keyboard shortcut definitions\n");
ErrorF("-verbose print more warning and error messages\n"); ErrorF("-verbose print more warning and error messages\n");
......
...@@ -539,6 +539,9 @@ allowed to change the keyboard settings through XKEYBOARD. ...@@ -539,6 +539,9 @@ allowed to change the keyboard settings through XKEYBOARD.
maximum size of the tile used when sending an image to the remote maximum size of the tile used when sending an image to the remote
display (minimum allowed: 32x32; no default) display (minimum allowed: 32x32; no default)
.TP 8 .TP 8
.B \-irlimit
maximum image data rate to the encoder input in kB/s. The default is no limit.
.TP 8
.B \-D .B \-D
enable desktop mode (default) enable desktop mode (default)
.TP 8 .TP 8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment