Skip to content

Commit

Permalink
Update table
Browse files Browse the repository at this point in the history
Signed-off-by: dusanb <[email protected]>
  • Loading branch information
dusanb committed Oct 13, 2020
1 parent 2e65f08 commit 800e9d8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Pre-built binary can be found here: https://github.com/mainflux/coap-cli/release
When running, please provide following format:
`coap-cli` followed by method code (`get`, `put`, `post`, `delete`) and CoAP URL. After that, you can pass following flags:

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

```bash
Expand Down

0 comments on commit 800e9d8

Please sign in to comment.