Skip to content

Commit 800e9d8

Browse files
author
dusanb
committed
Update table
Signed-off-by: dusanb <borovcanindusan1@gmail.com.com>
1 parent 2e65f08 commit 800e9d8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Pre-built binary can be found here: https://github.com/mainflux/coap-cli/release
77
When running, please provide following format:
88
`coap-cli` followed by method code (`get`, `put`, `post`, `delete`) and CoAP URL. After that, you can pass following flags:
99

10-
| Flag | Description | Default value |
11-
| ---- | ---------------------------------------------- | ------------- |
12-
| o | Observe option - only valid with Get request | false |
13-
| auth | Auth option sent as URI Query | "" |
14-
| h | Host | "localhost" |
15-
| p | port | "5683" |
16-
| d | Data to be sent in POST or PUT | "" |
17-
| cf | Content format | 50 - JSON |
10+
| Flag | Description | Default value |
11+
| ---- | ---------------------------------------------- | ---------------- |
12+
| o | Observe option - only valid with Get request | false |
13+
| auth | Auth option sent as URI Query | "" |
14+
| h | Host | "localhost" |
15+
| p | port | "5683" |
16+
| d | Data to be sent in POST or PUT | "" |
17+
| cf | Content format | 50 (JSON format) |
1818
# Examples:
1919

2020
```bash

0 commit comments

Comments
 (0)