aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
diff options
context:
space:
mode:
authorSimon Matter <simon.matter@invoca.ch>2018-02-21 23:46:55 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-26 13:02:00 +0100
commitdeeac7e0f50f4ca7346406325be2e3d26f74d750 (patch)
tree6abc0a6822743d66942dba24965dd4635eef5a58 /nx-X11
parenteded33173b275b08277811c6b7bbb6dcd4949975 (diff)
downloadnx-libs-deeac7e0f50f4ca7346406325be2e3d26f74d750.tar.gz
nx-libs-deeac7e0f50f4ca7346406325be2e3d26f74d750.tar.bz2
nx-libs-deeac7e0f50f4ca7346406325be2e3d26f74d750.zip
nxagent/Args.c: Mention new -options cmdline parameter in usage info.
Fixes ArcticaProject/nx-libs#639
Diffstat (limited to 'nx-X11')
-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 1a43f3797..1af236509 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Args.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Args.c
@@ -2095,6 +2095,7 @@ void ddxUseMsg()
ErrorF("-install install colormaps directly\n");
ErrorF("The 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");