mirror of
https://github.com/curl/curl.git
synced 2026-08-01 20:50:27 +03:00
tidy-up: whitespace, fix CI spacecheck for docs
Also: fixup CI spacecheck to apply to docs again. Closes #15423
This commit is contained in:
parent
0cececef0f
commit
9acecc923d
6 changed files with 20 additions and 8 deletions
|
|
@ -14,6 +14,7 @@ Doing a "POST" publishes the post data to the topic and exits.
|
|||
|
||||
|
||||
### Subscribing
|
||||
|
||||
Command usage:
|
||||
|
||||
curl mqtt://host/topic
|
||||
|
|
@ -25,6 +26,7 @@ Example subscribe:
|
|||
This will send an MQTT SUBSCRIBE packet for the topic `bedroom/temp` and listen in for incoming PUBLISH packets.
|
||||
|
||||
### Publishing
|
||||
|
||||
Command usage:
|
||||
|
||||
curl -d payload mqtt://host/topic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue