diff options
author | Mike DePaulo <mikedep333@gmail.com> | 2015-06-28 01:33:49 -0400 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-09-28 07:53:07 +0200 |
commit | d8132cbfededf6bafaf97758a36c46e7a793c40b (patch) | |
tree | cadd935c64d3188f223ddbe3bd5b1370f2473502 /nx-X11/programs | |
parent | 5720842b607a6d77c99230071d83fc9c0735bc45 (diff) | |
download | nx-libs-d8132cbfededf6bafaf97758a36c46e7a793c40b.tar.gz nx-libs-d8132cbfededf6bafaf97758a36c46e7a793c40b.tar.bz2 nx-libs-d8132cbfededf6bafaf97758a36c46e7a793c40b.zip |
Correct manpages: --help -> -help
xorg-server does not follow the convention of using 2 dashes.
Note that --help does produce the help output. However, it
produces this additional output after it:
Error: Aborting session with 'Unrecognized option: --help'.
Session: Aborting session at 'Sun Jun 28 01:35:35 2015'.
Session: Session aborted at 'Sun Jun 28 01:35:35 2015'.
It also causes a return code of 1 rather than 0.
Therefore, we should instruct users to call -help instead.
Diffstat (limited to 'nx-X11/programs')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 2 | ||||
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/man/x2goagent.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 index 198632312..f92393893 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 +++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 @@ -23,7 +23,7 @@ NoMachine's \fBnxclient\fR or the community projects \fBqtnx\fR and \fBremmina\f .SH OPTIONS .TP -.B \--help +.B \-help Lists all others options that are not listed here. .SH FURTHER READINGS diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/x2goagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/x2goagent.1 index b9e8ddab5..a78855584 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/man/x2goagent.1 +++ b/nx-X11/programs/Xserver/hw/nxagent/man/x2goagent.1 @@ -23,7 +23,7 @@ Python X2Go API). .SH OPTIONS .TP -.B \--help +.B \-help Lists all others options that are not listed here. .SH FURTHER READINGS |