Fix typo.

v0.5
Martin Dosch 2 years ago
parent eb4d1a7098
commit 56bf92dfbd
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -10,7 +10,7 @@ A tool to send messages to an XMPP contact or MUC inspired by (but not as powerf
.br
You can either pipe a programs output to \fBgo\-sendxmpp\fR, write in your terminal (put \fB^D\fR in a new line to finish) or send the input from a file (\fB\-m\fR or \fB\-\-message\fR)\. The account data is expected at \fB~/\.config/go\-sendxmpp/config\fR (preferred), \fB~/\.config/go\-sendxmpp/sendxmpprc\fR (deprecated) \fB~/\.sendxmpprc\fR (for compatibility with the original perl sendxmpp) if no other configuration file location is specified with \fB\-f\fR or \fB\-\-file\fR\.
.SH "OPTIONS"
\fB\-a\fR, \fB\-\-alias\fR=[\fIvalue\fR]: Set alias/nicknamefor chatrooms\.
\fB\-a\fR, \fB\-\-alias\fR=[\fIvalue\fR]: Set alias/nickname for chatrooms\.
.P
\fB\-c\fR, \fB\-\-chatroom\fR=[\fIvalue\fR]: Send message to a chatroom\.
.P

@ -92,7 +92,7 @@ file location is specified with <code>-f</code> or <code>--file</code>.</p>
<h2 id="OPTIONS">OPTIONS</h2>
<p><code>-a</code>, <code>--alias</code>=[<var>value</var>]:
Set alias/nicknamefor chatrooms.</p>
Set alias/nickname for chatrooms.</p>
<p><code>-c</code>, <code>--chatroom</code>=[<var>value</var>]:
Send message to a chatroom.</p>

@ -17,7 +17,7 @@ file location is specified with `-f` or `--file`.
## OPTIONS
`-a`, `--alias`=[<value>]:
Set alias/nicknamefor chatrooms.
Set alias/nickname for chatrooms.
`-c`, `--chatroom`=[<value>]:
Send message to a chatroom.

Loading…
Cancel
Save