Fix typo.

v0.3
Martin Dosch 2 years ago
parent 469495d556
commit 26f7623705

@ -264,7 +264,7 @@ func main() {
flagListen := getopt.BoolLong("listen", 'l', "Listen for messages and print them to stdout.")
flagTimeout := getopt.IntLong("timeout", 0, 10, "Connection timeout in seconds.")
flagTLSMinVersion := getopt.IntLong("tls-version", 0, 12,
"Minimal TLS version. 10 (TSLv1.0), 11 (TLSv1.1), 12 (TLSv1.2) or 13 (TLSv1.3).")
"Minimal TLS version. 10 (TLSv1.0), 11 (TLSv1.1), 12 (TLSv1.2) or 13 (TLSv1.3).")
flagVersion := getopt.BoolLong("version", 0, "Show version information.")
flagMUCPassword := getopt.StringLong("muc-password", 0, "", "Password for password protected MUCs.")

@ -32,7 +32,7 @@ You can either pipe a programs output to \fBgo\-sendxmpp\fR, write in your termi
.P
\fB\-n\fR, \fB\-\-no\-tls\-verify\fR: Skip verification of TLS certificates (not recommended)\.
.P
\fB\-\-tls\-version\fR=[\fIvalue\fR]: Minimal TLS version\. 10 (TSLv1\.0), 11 (TLSv1\.1) (Default: 12)
\fB\-\-tls\-version\fR=[\fIvalue\fR]: Minimal TLS version\. 10 (TLSv1\.0), 11 (TLSv1\.1) (Default: 12)
.P
\fB\-p\fR, \fB\-\-password\fR=[\fIvalue\fR]: Password for XMPP account\.
.P

@ -126,7 +126,7 @@ file location is specified with </code>-f<code> or </code>--file`.</p>
Skip verification of TLS certificates (not recommended).</p>
<p><code>--tls-version</code>=[<var>value</var>]:
Minimal TLS version. 10 (TSLv1.0), 11 (TLSv1.1) (Default: 12)</p>
Minimal TLS version. 10 (TLSv1.0), 11 (TLSv1.1) (Default: 12)</p>
<p><code>-p</code>, <code>--password</code>=[<var>value</var>]:
Password for XMPP account.</p>
@ -168,7 +168,7 @@ License: BSD 2-clause License</p>
<h2 id="SEE-ALSO">SEE ALSO</h2>
<p><a class="man-ref" href="go-sendxmpp.5.html">go-sendxmpp<span class="s">(5)</span></a>, <span class="man-ref">sendxmpp<span class="s">(1)</span></span></p>
<p><span class="man-ref">go-sendxmpp<span class="s">(5)</span></span>, <span class="man-ref">sendxmpp<span class="s">(1)</span></span></p>
<ol class='man-decor man-foot man foot'>
<li class='tl'></li>

@ -51,7 +51,7 @@ file location is specified with `-f` or `--file`.
Skip verification of TLS certificates (not recommended).
`--tls-version`=[<value>]:
Minimal TLS version. 10 (TSLv1.0), 11 (TLSv1.1) (Default: 12)
Minimal TLS version. 10 (TLSv1.0), 11 (TLSv1.1) (Default: 12)
`-p`, `--password`=[<value>]:
Password for XMPP account.

Loading…
Cancel
Save