Make documentation for mosquitto_pub -l match reality

Blank lines are sent as empty messages.

Closes #1474. Thanks to majekw.
This commit is contained in:
Roger A. Light
2019-11-07 20:49:59 +00:00
parent 1e04b22833
commit 3d92dcbbd9
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -26,6 +26,8 @@ Clients:
- Fix `mosquitto_pub -l` hang when stdin stream ends. Closes #1448.
- Fix `mosquitto_pub -l` not sending the final line of stdin if it does not
end with a new line. Closes #1473.
- Make documentation for `mosquitto_pub -l` match reality - blank lines are
sent as empty messages. Closes #1474.
Build:
- Added `CLIENT_STATIC_LDADD` to makefile builds to allow more libraries to be
+1 -1
View File
@@ -338,7 +338,7 @@
<term><option>-l</option></term>
<term><option>--stdin-line</option></term>
<listitem>
<para>Send messages read from stdin, splitting separate lines into separate messages. Note that blank lines won't be sent.</para>
<para>Send messages read from stdin, splitting separate lines into separate messages.</para>
</listitem>
</varlistentry>
<varlistentry>