diff --git a/docs/manual.md b/docs/manual.md index 39b7ecb..95ebaf3 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -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.
Here this should be `vote`. | | -| `to` | string | true | The resource you want to add the vote to.
Here this should be `poll`. | | +| `to` | string | true | The resource you want to add the vote to.
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.
You can use this flag multiple times to vote for more than one option if the poll allows multiple choices. | |