diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-02-20 10:37:16 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-02-20 10:38:26 +0100 |
commit | 3572b251eb21d310ad49e6bdab11e36018b67d7c (patch) | |
tree | f75800b69a10a301a3c2864d56915626a2228a46 | |
parent | 66315e4f34417a794d3cc5f4145fe2ea35850e68 (diff) | |
download | nx-libs-3572b251eb21d310ad49e6bdab11e36018b67d7c.tar.gz nx-libs-3572b251eb21d310ad49e6bdab11e36018b67d7c.tar.bz2 nx-libs-3572b251eb21d310ad49e6bdab11e36018b67d7c.zip |
Regression fix for bfc05af7. Properly end lines in help/usage text.
Fixes ArcticaProject/nx-libs#777.
-rw-r--r-- | nxcomp/src/Misc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/Misc.cpp b/nxcomp/src/Misc.cpp index 519489268..c626eb91b 100644 --- a/nxcomp/src/Misc.cpp +++ b/nxcomp/src/Misc.cpp @@ -165,7 +165,7 @@ static const char UsageInfo[] = \n\ type=s Type of session. Known types are: 'agent', 'proxy' and\n\ 'shadow'. The following types are also allowed and will\n\ - map to one of the three mentioned before: 'desktop',\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\ |