diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2021-03-07 20:21:37 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-06-08 08:23:35 +0200 |
commit | 9b1dd340146ab62bfca9fc4c247edfbec2da2356 (patch) | |
tree | e63868c2eb292e87d0a751464cd13afb638f9e5a /nxcomp | |
parent | 5271eed2dbca1d24819578429dad1b0313a281f5 (diff) | |
download | nx-libs-9b1dd340146ab62bfca9fc4c247edfbec2da2356.tar.gz nx-libs-9b1dd340146ab62bfca9fc4c247edfbec2da2356.tar.bz2 nx-libs-9b1dd340146ab62bfca9fc4c247edfbec2da2356.zip |
document additional options only nxagent knows about
Diffstat (limited to 'nxcomp')
-rw-r--r-- | nxcomp/src/Misc.cpp | 41 |
1 files changed, 23 insertions, 18 deletions
diff --git a/nxcomp/src/Misc.cpp b/nxcomp/src/Misc.cpp index c626eb91b..d0d82d0aa 100644 --- a/nxcomp/src/Misc.cpp +++ b/nxcomp/src/Misc.cpp @@ -326,31 +326,36 @@ static const char UsageInfo[] = a program providing encryption of the point to point\n\ communication.\n\ \n\ -rootless=b\n\ -geometry=s\n\ -resize=b\n\ -fullscreen=b\n\ -keyboard=s\n\ -clipboard=s\n\ -streaming=n\n\ +autodpi=b\n\ +autograb=b\n\ backingstore=n\n\ +client=s\n\ +clients=s\n\ +clipboard=s\n\ composite=n\n\ -xinerama=n\n\ -shmem=b\n\ -shpix=b\n\ +copysize=n\n\ +defer=n\n\ +fullscreen=n\n\ +geometry=s\n\ kbtype=s\n\ -client=s\n\ +keyboard=s\n\ +keyconv=s\n\ +magicpixel=b\n\ +menu=n\n\ +resize=b\n\ +rootless=b\n\ shadow=n\n\ -shadowuid=n\n\ shadowmode=s\n\ -defer=n\n\ -tile=s\n\ -menu=n\n\ -magicpixel=n\n\ -autodpi=n\n\ +shadowuid=n\n\ +shmem=b\n\ +shpix=b\n\ sleep=n\n\ +state=s\n\ +streaming=n\n\ +textclipboard=b\n\ +tile=s\n\ tolerancechecks=s\n\ -keyconv=s\n\ +xinerama=b\n\ These options are interpreted by the NX agent. They\n\ are ignored by the proxy.\n\ \n\ |