[X2Go-Commits] [nx-libs] 04/06: nxagent: rearrange nx options in usage

git-admin at x2go.org git-admin at x2go.org
Wed Feb 28 02:24:51 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x
in repository nx-libs.

commit 9822e9703370980fa86906d7ffd63d62e7e2bc53
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Tue Feb 27 22:56:12 2018 +0100

    nxagent: rearrange nx options in usage
    
    make them appear in the nx section. Also separate the nx section from the
    other options by an extra emtpy line.
---
 nx-X11/programs/Xserver/hw/nxagent/Args.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/nx-X11/programs/Xserver/hw/nxagent/Args.c b/nx-X11/programs/Xserver/hw/nxagent/Args.c
index c31acc2..262c1df 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Args.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Args.c
@@ -2111,24 +2111,24 @@ Reply   Total	Cached	Bits In			Bits Out		Bits/Reply	  Ratio
 
 void ddxUseMsg(void)
 {
-  ErrorF("-display string        display name of the real server\n");
-  ErrorF("-sync                  synchronize with the real server\n");
   ErrorF("-full                  utilize full regeneration\n");
   ErrorF("-class string          default visual class\n");
   ErrorF("-depth int             default depth\n");
   ErrorF("-geometry WxH+X+Y      window size and position\n");
-  ErrorF("-autodpi               detect real server's DPI and use that in the session\n");
   ErrorF("-bw int                window border width\n");
   ErrorF("-name string           window name\n");
   ErrorF("-scrns int             number of screens to generate\n");
   ErrorF("-install               install colormaps directly\n");
 
-  ErrorF("The NX system adds the following arguments:\n");
+  ErrorF("\nThe NX system adds the following arguments:\n");
   ErrorF("-options file|string   file or string containing nx/nx options\n");
   ErrorF("-forcenx               force use of NX protocol messages assuming communication through nxproxy\n");
   ErrorF("-timeout int           auto-disconnect timeout in seconds (minimum allowed: 60)\n");
   ErrorF("-norootlessexit        don't exit if there are no clients in rootless mode\n");
   ErrorF("-nomagicpixel          disable nxagent's magic pixel\n");
+  ErrorF("-autodpi               detect real server's DPI and use that in the session\n");
+  ErrorF("-display string        display name of the real server\n");
+  ErrorF("-sync                  synchronize with the real server\n");
 #ifdef RENDER
   ErrorF("-norender              disable the use of the render extension\n");
   ErrorF("-nocomposite           disable the use of the composite extension\n");

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list