From b2b2b3422f20860fc47434d65f488946ef5c720f Mon Sep 17 00:00:00 2001 From: Dan Anglin Date: Tue, 13 Aug 2024 23:19:40 +0100 Subject: [PATCH] updated manual --- docs/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. | |