From 5a53db8562e60b7312c3f0075bbe49aa06242b48 Mon Sep 17 00:00:00 2001 From: eneller Date: Thu, 14 May 2026 23:58:54 +0200 Subject: [PATCH] doc: readme --- README.md | 3 ++- src/main.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7319df..034d662 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ USAGE: COMMANDS: message send a message using getgroups print all available group info - poll send a poll using
; requires a group ID + poll send a poll to a group using
+ image send an image using help, h Shows a list of commands or help for one command GLOBAL OPTIONS: diff --git a/src/main.go b/src/main.go index 8c1f1c6..3cfc13d 100644 --- a/src/main.go +++ b/src/main.go @@ -153,7 +153,7 @@ func main() { }, { Name: "poll", - Usage: "send a poll using
", + Usage: "send a poll to a group using
", Arguments: []cli.Argument{ &cli.StringArg{Name: "jid", Destination: &jidStr}, &cli.StringArg{Name: "header", Destination: &header},