Commit deeac7e0 authored by Simon Matter's avatar Simon Matter Committed by Mike Gabriel

nxagent/Args.c: Mention new -options cmdline parameter in usage info.

Fixes ArcticaProject/nx-libs#639
parent eded3317
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment