chore: update name

This commit is contained in:
eneller
2025-04-27 17:47:42 +02:00
parent 8a89e81e83
commit cbc8a39d72
4 changed files with 11 additions and 11 deletions

View File

@@ -118,7 +118,7 @@ func main() {
},
{
Name: "poll",
Usage: "send a poll using <JID> <HEADER> <OPTIONS> ; requires a group ID",
Usage: "send a poll using <JID> <HEADER> <OPTIONS>",
Arguments: []cli.Argument{
&cli.StringArg{Name: "jid", Destination: &jidStr}, // use id field of group
&cli.StringArg{Name: "header", Destination: &header},