diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2015-06-28 01:50:00 -0400 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-09-28 07:53:07 +0200 |
commit | a1dfd145de505b1a6df67272796c681f48d4926a (patch) | |
tree | a1edca29317c6e45aa959c012dc4c5061054d095 | |
parent | d8132cbfededf6bafaf97758a36c46e7a793c40b (diff) | |
download | nx-libs-a1dfd145de505b1a6df67272796c681f48d4926a.tar.gz nx-libs-a1dfd145de505b1a6df67272796c681f48d4926a.tar.bz2 nx-libs-a1dfd145de505b1a6df67272796c681f48d4926a.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 |