diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2015-06-28 01:50:00 -0400 |
---|---|---|
committer | Mike DePaulo <mikedep333@gmail.com> | 2015-06-28 01:50:58 -0400 |
commit | 779d546456ee7fabe5a8193e2f18aac29104d176 (patch) | |
tree | e0e0b29f3869171c7cea25e7f97ea3649ecd296c | |
parent | 12acd909b7e36d0ee7cc38cc4a3106e3bcafe83a (diff) | |
download | nx-libs-779d546456ee7fabe5a8193e2f18aac29104d176.tar.gz nx-libs-779d546456ee7fabe5a8193e2f18aac29104d176.tar.bz2 nx-libs-779d546456ee7fabe5a8193e2f18aac29104d176.zip |
Correct nxproxy manpage also: --help -> -help
xorg-server does not follow the convention of using 2 dashes,
and apparently nx-libs doesn't either.
Note that --help does produce the help output. However, it
produces this additional output after it:
Error: NX transport initialization failed.
Therefore, we should instruct users to call -help instead.
-rw-r--r-- | nxproxy/man/nxproxy.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxproxy/man/nxproxy.1 b/nxproxy/man/nxproxy.1 index 0432380f8..d389d1068 100644 --- a/nxproxy/man/nxproxy.1 +++ b/nxproxy/man/nxproxy.1 @@ -20,7 +20,7 @@ the NX compression libraries. \fBnxproxy\fR is a backend application utilized by the X2GoClient GUI and some other NX/X2Go clients. .PP .SH OPTIONS -For an insight in \fBnxproxy\fR options use \fBnxproxy \-\-help\fR on the command line. +For an insight in \fBnxproxy\fR options use \fBnxproxy \-help\fR on the command line. .PP .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das\-netzwerkteam.de> for the X2Go project |