Commit bfc05af7 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

nxproxy: list known session types in help output

The old unix-* session types are deprecated and will always lead to a warning message "Unrecognized session type". Internally there are only three session types: agent, proxy and shadow, all the others are mapped to one of those three.
parent a3dc87d6
...@@ -163,8 +163,11 @@ static const char UsageInfo[] = ...@@ -163,8 +163,11 @@ static const char UsageInfo[] =
'wan', 'lan', 'local' or a bandwidth specification,\n\ 'wan', 'lan', 'local' or a bandwidth specification,\n\
like for example '56k', '1m', '100m', etc.\n\ like for example '56k', '1m', '100m', etc.\n\
\n\ \n\
type=s Type of session, for example 'windows', 'unix-kde'.\n\ type=s Type of session. Known types are: 'agent', 'proxy' and\n\
'unix-application', etc.\n\ 'shadow'. The following types are also allowed and will\n\
map to one of the three mentioned before: 'desktop',\n\ \
'rootless', 'console', 'default', 'gnome', 'kde',\n\
'cde', 'xdm', 'win', 'vnc', 'application', 'raw'\n\
\n\ \n\
display=s Specify the real display where X connections have\n\ display=s Specify the real display where X connections have\n\
to be forwarded by the proxy running on the client.\n\ to be forwarded by the proxy running on the client.\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