From 536c849fa1a42c4f9422887e70013afc051082b4 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Tue, 2 Jun 2020 23:17:07 +0200 Subject: manpage and usage output: add -irlimit Fixes ArcticaProject/nx-libs#796 --- nx-X11/programs/Xserver/hw/nxagent/Args.c | 1 + nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 3 +++ 2 files changed, 4 insertions(+) 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 -- cgit v1.2.3