aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2020-06-02 23:17:07 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-06-29 21:58:20 +0200
commit536c849fa1a42c4f9422887e70013afc051082b4 (patch)
tree3fd7f1c40e5240556d66fd7daa6fe89e8d95d3c7
parent70d4f9117a3c9b7618d5de09dfa5149321a9ec59 (diff)
downloadnx-libs-536c849fa1a42c4f9422887e70013afc051082b4.tar.gz
nx-libs-536c849fa1a42c4f9422887e70013afc051082b4.tar.bz2
nx-libs-536c849fa1a42c4f9422887e70013afc051082b4.zip
manpage and usage output: add -irlimit
Fixes ArcticaProject/nx-libs#796
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Args.c1
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/man/nxagent.13
2 files changed, 4 insertions, 0 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Args.c b/nx-X11/programs/Xserver/hw/nxagent/Args.c
index ea4f188aa..ebdb76fdf 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Args.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Args.c
@@ -2135,6 +2135,7 @@ void ddxUseMsg(void)
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("-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("-keystrokefile file file with keyboard shortcut definitions\n");
ErrorF("-verbose print more warning and error messages\n");
diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
index 94a840bd0..5e9252ebe 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
+++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
@@ -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
display (minimum allowed: 32x32; no default)
.TP 8
+.B \-irlimit
+maximum image data rate to the encoder input in kB/s. The default is no limit.
+.TP 8
.B \-D
enable desktop mode (default)
.TP 8