updated manual

This commit is contained in:
Dan Anglin 2024-08-13 23:19:40 +01:00
parent 326d3e2576
commit b2b2b3422f
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -540,7 +540,7 @@ enbas add --type vote --to status --status-id 01J55XVV2MM6MKQ7QHFBAVAE8R --vote
| flag | type | required | description | default |
|------|------|----------|-------------|---------|
| `type` | string | true | The resource you want to add.<br>Here this should be `vote`. | |
| `to` | string | true | The resource you want to add the vote to.<br>Here this should be `poll`. | |
| `to` | string | true | The resource you want to add the vote to.<br>Here this should be `status`. | |
| `status-id` | string | true | The ID of the poll you want to add the votes to. | |
| `vote` | int | true | The ID of the option that you want to vote for.<br>You can use this flag multiple times to vote for more than one option if the poll allows multiple choices. | |