Skip to content

Commit fcc1b57

Browse files
uli42sunweaver
authored andcommitted
nxagent: add missing command line switches to usage text
1 parent 9f1d0a8 commit fcc1b57

File tree

1 file changed

+4
-0
lines changed
  • nx-X11/programs/Xserver/hw/nxagent

1 file changed

+4
-0
lines changed

nx-X11/programs/Xserver/hw/nxagent/Args.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,6 +2112,9 @@ void ddxUseMsg(void)
21122112
ErrorF("-autodpi detect real server's DPI and use that in the session\n");
21132113
ErrorF("-display string display name of the real server\n");
21142114
ErrorF("-sync synchronize with the real server\n");
2115+
ErrorF("-nxrealwindowprop set property NX_REAL_WINDOW for each X11 window inside nxagent\n");
2116+
ErrorF("-reportwids report externally exposed X11 window IDs to the session log\n");
2117+
ErrorF("-reportprivatewids report internal X11 window ID to the session log\n");
21152118
#ifdef RENDER
21162119
ErrorF("-norender disable the use of the render extension\n");
21172120
ErrorF("-nocomposite disable the use of the composite extension (default)\n");
@@ -2129,6 +2132,7 @@ void ddxUseMsg(void)
21292132
ErrorF("-irlimit maximum image data rate to the encoder input in kB/s.\n");
21302133
ErrorF("-tile WxH maximum size of image tiles (minimum allowed: 32x32)\n");
21312134
ErrorF("-keystrokefile file file with keyboard shortcut definitions\n");
2135+
ErrorF("-options file|string path to an options file or an option string (for testing/debugging)\n");
21322136
ErrorF("-verbose print more warning and error messages\n");
21332137
ErrorF("-D enable desktop mode\n");
21342138
ErrorF("-R enable rootless mode\n");

0 commit comments

Comments
 (0)