Skip to content

Commit 4f3693b

Browse files
committed
Update documentation
1 parent e4d4260 commit 4f3693b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
+9-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
| Option | Long Version | Explanation | Default |
2-
|--------|------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
3-
| `-t` | `--topic` | The MQTT topic the client will subscribe to. | |
4-
| `-q` | `--qos` | Define the quality of service level. If only one QoS is specified it will be used for all topics.<br> You can define a specific QoS level for every topic. The corresponding QoS levels will be matched in order to the given topics. | `0` |
5-
| `-of` | `--outputToFile` | Append the received publish messages to a file. Creates the file if it does not exist. | |
6-
| `-b64` | `--base64` | Whether the received publish messages will be base64 encoded. | `false` |
7-
| `-J` | `--jsonOutput` | Print the received publishes in pretty JSON format. | `false` |
8-
| `-T` | `--showTopics` | Prepend the specific topic name to the received publish. | `false` |
9-
| `-up` | `--userProperty` | A user property of the subscribe message. | |
1+
| Option | Long Version | Explanation | Default |
2+
|--------|--------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|
3+
| `-t` | `--topic` | The MQTT topic the client will subscribe to. | |
4+
| `-q` | `--qos` | Define the quality of service level. If only one QoS is specified it will be used for all topics.<br> You can define a specific QoS level for every topic. The corresponding QoS levels will be matched in order to the given topics. | `0` |
5+
| | `--output-to-file` | Append the received publish messages to a file. Creates the file if it does not exist. | |
6+
| | `--base64` | Whether the received publish messages will be base64 encoded. | `false` |
7+
| `-J` | `--json-output` | Print the received publishes in pretty JSON format. | `false` |
8+
| `-T` | `--show-topics` | Prepend the specific topic name to the received publish. | `false` |
9+
| | `--user-property` | A user property of the subscribe message. | |

0 commit comments

Comments
 (0)