fix inbox list command (#1764)

Following the current documentation `openhab:inbox` will not list all current inbox entries.
It will show the command usage instead.

```
openhab> openhab:inbox
Usage: openhab:inbox list - lists all current inbox entries
```
pull/1769/head
Florian Sternke 2022-02-21 21:55:37 +01:00 committed by GitHub
parent 1c1bf5fc1b
commit fa89f0eaed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ Usage: openhab:send <item> <command> - sends a command for an item
| Command | Description |
|--------------------------------------------|------------------------------------|
| `openhab:inbox` | lists all current inbox entries |
| `openhab:inbox list` | lists all current inbox entries |
| `openhab:inbox listignored` | lists all ignored inbox entries |
| `openhab:inbox approve <thingUID> <label>` | creates a thing for an inbox entry |
| `openhab:inbox clear` | clears all current inbox entries |