aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Args.c
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 /nx-X11/programs/Xserver/hw/nxagent/Args.c
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
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Args.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Args.c1
1 files changed, 1 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");